mirror of
https://github.com/nextcloud/passman.git
synced 2025-03-01 09:55:21 +08:00
Merge branch 'fix/noid/versionnc16'
This commit is contained in:
commit
6e0d5342ae
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ Features:
|
|||
- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )
|
||||
For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
|
||||
]]></description>
|
||||
<version>2.2.24</version>
|
||||
<version>2.3.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author homepage="https://github.com/brantje">Sander Brand</author>
|
||||
<author homepage="https://github.com/animalillo">Marcos Zuriaga</author>
|
||||
|
@ -42,8 +42,8 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
|
|||
<database>pgsql</database>
|
||||
<database min-version="5.5">mysql</database>
|
||||
<lib>openssl</lib>
|
||||
<nextcloud min-version="14" max-version="16"/>
|
||||
<owncloud min-version="14" max-version="16"/>
|
||||
<nextcloud min-version="14" max-version="17"/>
|
||||
<owncloud min-version="14" max-version="17"/>
|
||||
</dependencies>
|
||||
|
||||
<background-jobs>
|
||||
|
|
Loading…
Reference in a new issue