Skip to content

Commit

Permalink
Merge pull request #160 from LavaLite/master
Browse files Browse the repository at this point in the history
Composer update
  • Loading branch information
Renfos authored Feb 17, 2017
2 parents d46a880 + 0ead2a6 commit 64fd400
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@
]
},
"scripts": {
"post-root-package-install": [
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [

"php artisan key:generate"
],
"post-install-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall",
Expand All @@ -43,6 +46,7 @@
]
},
"config": {
"preferred-install": "dev"
"preferred-install": "dist",
"sort-packages": true
}
}

0 comments on commit 64fd400

Please sign in to comment.