34 lines
854 B
JSON
34 lines
854 B
JSON
{
|
|
"name": "paulnicoue/julienmonnerie",
|
|
"description": "Julien Monnerie",
|
|
"type": "project",
|
|
"homepage": "https://julienmonnerie.com",
|
|
"authors": [
|
|
{
|
|
"name": "Paul Nicoué",
|
|
"email": "contact@paulnicoue.com",
|
|
"homepage": "https://paulnicoue.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "~8.3.0",
|
|
"getkirby/cms": "^5.0",
|
|
"kirbyzone/sitemapper": "^1.2.1",
|
|
"wearejust/kirby-twig": "^5.0"
|
|
},
|
|
"scripts": {
|
|
"start": [
|
|
"Composer\\Config::disableProcessTimeout",
|
|
"@php -S localhost:8000 kirby/router.php"
|
|
]
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"allow-plugins": {
|
|
"getkirby/composer-installer": true
|
|
},
|
|
"platform": {
|
|
"php": "8.3"
|
|
}
|
|
}
|
|
}
|