mirror of
https://github.com/nextcloud/tasks.git
synced 2025-07-22 18:28:18 +00:00
fix: specify min php version
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
@ -20,7 +20,8 @@
|
|||||||
<repository>https://github.com/nextcloud/tasks.git</repository>
|
<repository>https://github.com/nextcloud/tasks.git</repository>
|
||||||
<screenshot>https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="29" max-version="32"/>
|
<php min-version="8.1" max-version="8.4" />
|
||||||
|
<nextcloud min-version="30" max-version="32"/>
|
||||||
<backend>caldav</backend>
|
<backend>caldav</backend>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<navigations>
|
<navigations>
|
||||||
|
Reference in New Issue
Block a user