Commit 3d55b59
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-drift1 parent f602397 commit 3d55b59
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments