Set preferred install as "dist" out of the box.
This commit is contained in:
parent
b16bb1ac6a
commit
b042d46bfe
|
@ -15,5 +15,8 @@
|
|||
"scripts": {
|
||||
"post-update-cmd": "php artisan optimize"
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": "dist"
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue