require php 8.0 with nc 26 or 27

This commit is contained in:
binsky 2023-06-14 12:54:07 +02:00
parent 567f6e27f9
commit b83bb2dc5e

View file

@ -37,12 +37,12 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
<screenshot small-thumbnail="https://img.passman.cc/thumbs/share_credential.png">https://img.passman.cc/share_credential.png</screenshot> <screenshot small-thumbnail="https://img.passman.cc/thumbs/share_credential.png">https://img.passman.cc/share_credential.png</screenshot>
<screenshot small-thumbnail="https://img.passman.cc/thumbs/password_audit.png">https://img.passman.cc/password_audit.png</screenshot> <screenshot small-thumbnail="https://img.passman.cc/thumbs/password_audit.png">https://img.passman.cc/password_audit.png</screenshot>
<dependencies> <dependencies>
<php min-version="7.4"/> <php min-version="8.0"/>
<database>sqlite</database> <database>sqlite</database>
<database>pgsql</database> <database>pgsql</database>
<database min-version="5.5">mysql</database> <database min-version="5.5">mysql</database>
<lib>openssl</lib> <lib>openssl</lib>
<nextcloud min-version="20" max-version="26"/> <nextcloud min-version="26" max-version="27"/>
</dependencies> </dependencies>
<background-jobs> <background-jobs>