Update# declare support for Nextcloud 14
This commit is contained in:
parent
45efd7f346
commit
7633d7fa84
|
|
@ -19,6 +19,6 @@
|
||||||
<database>pgsql</database>
|
<database>pgsql</database>
|
||||||
<database min-version="5.5">mysql</database>
|
<database min-version="5.5">mysql</database>
|
||||||
<owncloud min-version="9.0" max-version="11"/>
|
<owncloud min-version="9.0" max-version="11"/>
|
||||||
<nextcloud min-version="9" max-version="13" />
|
<nextcloud min-version="9" max-version="14" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</info>
|
</info>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue