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

View File

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