Merge branch 'master' into develop

This commit is contained in:
Taylor Otwell
2014-01-09 21:31:24 -06:00
2 changed files with 2 additions and 27 deletions

View File

@@ -18,6 +18,7 @@
},
"scripts": {
"post-install-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
],
"post-update-cmd": [
@@ -31,5 +32,5 @@
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev"
"minimum-stability": "stable"
}