38 lines
869 B
JSON
38 lines
869 B
JSON
{
|
|
"name": "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"
|
|
]
|
|
}
|
|
}
|