Enforce PHP version

This commit is contained in:
Paul Nicoué 2025-03-16 17:45:28 +01:00
parent 4228e9a106
commit b1d05bb60c

View file

@ -28,6 +28,9 @@
"optimize-autoloader": true, "optimize-autoloader": true,
"allow-plugins": { "allow-plugins": {
"getkirby/composer-installer": true "getkirby/composer-installer": true
} },
"platform": {
"php": "8.3"
},
} }
} }