mirror of
https://github.com/nextcloud/tasks.git
synced 2025-07-20 16:36:09 +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>
|
||||
<screenshot>https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png</screenshot>
|
||||
<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>
|
||||
</dependencies>
|
||||
<navigations>
|
||||
|
Reference in New Issue
Block a user