Skip to content

Commit

Permalink
composer.json: Allow Kirby Composer installer
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbestle committed Aug 13, 2022
1 parent a5484fc commit c507f98
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"cms",
"starterkit"
],
"homepage": "https://getkirby.com",
"authors": [
{
"name": "Bastian Allgeier",
"email": "[email protected]",
"homepage": "https://getkirby.com"
}
],
"homepage": "https://getkirby.com",
"support": {
"email": "[email protected]",
"issues": "https://github.com/getkirby/starterkit/issues",
Expand All @@ -25,13 +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
}
}

0 comments on commit c507f98

Please sign in to comment.