we are using Doctrine Types in Migrations which are only available with nc version 20+

This commit is contained in:
thrillfall 2021-07-09 20:33:42 +02:00
parent 6b077a9353
commit eaf8a1b306
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@
<bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs> <bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs>
<dependencies> <dependencies>
<php min-version="7.4"/> <php min-version="7.4"/>
<nextcloud min-version="19" max-version="22"/> <nextcloud min-version="20" max-version="22"/>
</dependencies> </dependencies>
</info> </info>