Set preferred install as "dist" out of the box.

This commit is contained in:
Taylor Otwell 2013-04-19 23:39:29 -05:00
parent b16bb1ac6a
commit b042d46bfe
1 changed files with 3 additions and 0 deletions

View File

@ -15,5 +15,8 @@
"scripts": { "scripts": {
"post-update-cmd": "php artisan optimize" "post-update-cmd": "php artisan optimize"
}, },
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev" "minimum-stability": "dev"
} }