first commit
This commit is contained in:
commit
4e460ed800
15 changed files with 1483 additions and 0 deletions
38
composer.json
Normal file
38
composer.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue