-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
composer.json: Allow Kirby Composer installer
- Loading branch information
1 parent
a5484fc
commit c507f98
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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 | ||
} | ||
} |