16 lines
328 B
JSON
16 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
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|