Ommit Nextcloud "max-version" as it is optional

This commit is contained in:
the-djmaze 2026-03-11 17:56:44 +01:00
parent ba496919dd
commit c154d23cfe

View file

@ -63,8 +63,9 @@ There, click on the link to go to the SnappyMail admin panel.
<lib>uuid</lib>
<lib>xxtea</lib>
<lib>zip</lib>
<nextcloud min-version="20" max-version="34" />
-->
<nextcloud min-version="20" max-version="32" />
<nextcloud min-version="20" />
</dependencies>
<settings>
<admin>OCA\SnappyMail\Settings\AdminSettings</admin>