This repository was archived by the owner on May 29, 2026. It is now read-only.
Commit 5062218
authored
chore(info.xml): canonicalize PHP min, NC version range, licence spelling (#136)
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 42f799c commit 5062218
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments