julienmonnerie/composer.json

35 lines
854 B
JSON
Raw Permalink Normal View History

2022-06-17 17:51:59 +02:00
{
2022-09-09 15:26:04 +02:00
"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",
2025-07-11 14:41:34 +02:00
"getkirby/cms": "^5.0",
2023-04-14 16:34:06 +02:00
"kirbyzone/sitemapper": "^1.2.1",
"wearejust/kirby-twig": "^5.0"
2022-09-09 15:26:04 +02:00
},
"scripts": {
"start": [
"Composer\\Config::disableProcessTimeout",
"@php -S localhost:8000 kirby/router.php"
]
},
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"getkirby/composer-installer": true
2025-03-16 17:45:51 +01:00
},
"platform": {
"php": "8.3"
2025-03-16 18:11:56 +01:00
}
2022-09-09 15:26:04 +02:00
}
2022-06-17 17:51:59 +02:00
}