remove support for PHP 7.2 (end of life)

This commit is contained in:
korelstar 2021-03-12 15:08:15 +01:00
parent 46302f2488
commit 4b5f5a06b5
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ The Notes app is a distraction free notes taking app for [Nextcloud](https://www
<repository type="git">https://github.com/nextcloud/notes.git</repository>
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes-thumbnail.jpg">https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png</screenshot>
<dependencies>
<php min-version="7.2" max-version="8.0" />
<php min-version="7.3" max-version="8.0" />
<nextcloud min-version="20" max-version="22" />
</dependencies>
<repair-steps>