Normalize composer.json

This commit is contained in:
Lukas Bestle
2022-08-13 13:18:25 +02:00
committed by GitHub
parent 50aa2544f0
commit 266bb1c579

View File

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