Skip to content

Commit 3d55b59

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 f602397 commit 3d55b59

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
@@ -58,7 +58,7 @@ Vrij en open source onder de EUPL-1.2-licentie.
5858
**Ondersteuning:** support@conduction.nl
5959
]]></description>
6060
<version>0.1.0</version>
61-
<licence>eupl</licence>
61+
<licence>agpl</licence>
6262
<author mail="info@conduction.nl" homepage="https://www.conduction.nl/">Conduction</author>
6363
<namespace>Scholiq</namespace>
6464
<documentation>

0 commit comments

Comments
 (0)