Merge pull request #4 from mattsches/main
Add minimum PHP version (7.4)
This commit is contained in:
commit
6b077a9353
|
@ -12,6 +12,7 @@
|
||||||
<category>integration</category>
|
<category>integration</category>
|
||||||
<bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs>
|
<bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="19" max-version="22"/>
|
<php min-version="7.4"/>
|
||||||
|
<nextcloud min-version="19" max-version="22"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</info>
|
</info>
|
||||||
|
|
Loading…
Reference in New Issue