Normalize composer.json
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
"cms",
|
"cms",
|
||||||
"starterkit"
|
"starterkit"
|
||||||
],
|
],
|
||||||
"homepage": "https://getkirby.com",
|
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Bastian Allgeier",
|
"name": "Bastian Allgeier",
|
||||||
@@ -15,6 +14,7 @@
|
|||||||
"homepage": "https://getkirby.com"
|
"homepage": "https://getkirby.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"homepage": "https://getkirby.com",
|
||||||
"support": {
|
"support": {
|
||||||
"email": "support@getkirby.com",
|
"email": "support@getkirby.com",
|
||||||
"issues": "https://github.com/getkirby/starterkit/issues",
|
"issues": "https://github.com/getkirby/starterkit/issues",
|
||||||
@@ -25,16 +25,16 @@
|
|||||||
"php": ">=7.4.0 <8.2.0",
|
"php": ">=7.4.0 <8.2.0",
|
||||||
"getkirby/cms": "^3.6"
|
"getkirby/cms": "^3.6"
|
||||||
},
|
},
|
||||||
|
"config": {
|
||||||
|
"allow-plugins": {
|
||||||
|
"getkirby/composer-installer": true
|
||||||
|
},
|
||||||
|
"optimize-autoloader": true
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": [
|
"start": [
|
||||||
"Composer\\Config::disableProcessTimeout",
|
"Composer\\Config::disableProcessTimeout",
|
||||||
"@php -S localhost:8000 kirby/router.php"
|
"@php -S localhost:8000 kirby/router.php"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"config": {
|
|
||||||
"optimize-autoloader": true,
|
|
||||||
"allow-plugins": {
|
|
||||||
"getkirby/composer-installer": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user