Set preferred install as "dist" out of the box.
This commit is contained in:
parent
b16bb1ac6a
commit
b042d46bfe
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue