decarbone/composer.json
2026-02-13 15:40:11 +01:00

15 lines
328 B
JSON

{
"name": "decarbone/website",
"description": "Decarbone website",
"type": "project",
"require": {
"php": ">=8.1 <8.4",
"getkirby/cms": "^4.8"
},
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
}
}