feat: Support PHP min/max version property in info.xml

Signed-off-by: David Dreschner <github-2017@dreschner.net>
This commit is contained in:
David Dreschner 2026-06-21 22:06:59 +02:00
commit 7a9036702e
No known key found for this signature in database
3 changed files with 4792 additions and 4781 deletions

View file

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<info>
<dependencies>
<nextcloud min-version="25" max-version="29" />
<php max-version="8.1" />
<nextcloud min-version="27" max-version="33" />
</dependencies>
</info>