Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,17 @@ Vrij en open source onder de EUPL-licentie.
<screenshot>https://raw.githubusercontent.com/ConductionNL/SoftwareCatalogus/main/img/app-store.svg</screenshot>

<dependencies>
<nextcloud min-version="28" max-version="33"/>
<php min-version="8.0" min-int-size="64"/>
<!--
Nextcloud floor raised from 28 to 32 so the app may require PHP 8.3.
Fleet wide product directive: standardise on Nextcloud 32.
Rationale (openconnector issue 1172): an app must never advertise a
Nextcloud floor lower than the highest floor of any app it depends on,
or the App Store offers the app on releases where the dependency
refuses to install. openregister on development declares a Nextcloud
floor of 32. The max-version above is unchanged by this commit.
-->
<nextcloud min-version="32" max-version="33"/>
<php min-version="8.3" min-int-size="64"/>
<database min-version="10">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>
Expand Down
Loading