Sync composer.json changes

This commit is contained in:
James Brooks
2017-06-13 23:12:10 +01:00
parent 4e1b300205
commit 0ecfb17146

View File

@@ -87,28 +87,24 @@
},
"scripts": {
"post-root-package-install": [
"php -r \"copy('.env.example', '.env');\"",
"php artisan key:generate"
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"php artisan key:generate"
],
"post-install-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall",
"php artisan optimize --force",
"php artisan config:cache",
"php artisan route:cache"
"php artisan optimize"
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan optimize --force",
"php artisan config:cache",
"php artisan route:cache"
"php artisan optimize"
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"optimize-autoloader": true
},
"extra": {
"branch-alias": {