hic-et-nunc/composer.json
2026-04-15 10:56:43 +02:00

38 lines
885 B
JSON

{
"name": "studio-variable/hic-et-nunc",
"description": "Portfolio du studio Hic et Nunc",
"type": "project",
"keywords": [
"kirby",
"cms",
"plainkit"
],
"authors": [
{
"name": "Studio Variable",
"email": "contact@studio-variable.com",
"homepage": "https://studio-variable.com"
}
],
"homepage": "https://www.hicetnunc-studio.fr/",
"support": {
"email": "hello@hicetnunc-studio.fr",
"source": "https://forge.studio-variable.com/studio-variable/hic-et-nunc"
},
"require": {
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
"getkirby/cms": "^5.2"
},
"config": {
"allow-plugins": {
"getkirby/composer-installer": true
},
"optimize-autoloader": true
},
"scripts": {
"start": [
"Composer\\Config::disableProcessTimeout",
"@php -S localhost:8000 kirby/router.php"
]
}
}