Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit de34344

Browse files
committed
chore(info.xml): canonicalize PHP min, NC version range, licence spelling
Aligns appinfo/info.xml with the fleet canonical: - <php min-version="8.3"> — matches the composer require.php constraint (^8.3 fleet-wide) - <nextcloud min-version="28" max-version="34"> — converge the fleet on one NC support range - <licence>agpl</licence> — fix the casing/value drift (fleet had agpl / eupl / EUPL-1.2 / AGPL-3.0-or-later — 4 spellings). Stays on "agpl" workaround per the EUPL store-listing pattern; switch to "EUPL-1.2" once NC 34 is the fleet floor (ConductionNL/.github#98). Per-app fields (<id>, <name>, <description>, <version>, etc.) are preserved. Drift surfaced in https://github.com/ConductionNL/nextcloud-app-template/blob/development/docs/fleet-drift-deeper.md#4-appinfoinfoxml--significant-drift
1 parent 42f799c commit de34344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Vrij en open source onder de EUPL-1.2-licentie.
4141

4242
<dependencies>
4343
<nextcloud min-version="28" max-version="34"/>
44-
<php min-version="8.1"/>
44+
<php min-version="8.3"/>
4545
</dependencies>
4646

4747
<!--

0 commit comments

Comments
 (0)