From b042d46bfea30e97669047f8390534f9a3766417 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 19 Apr 2013 23:39:29 -0500 Subject: [PATCH] Set preferred install as "dist" out of the box. --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index ae7555e9..53668d48 100644 --- a/composer.json +++ b/composer.json @@ -15,5 +15,8 @@ "scripts": { "post-update-cmd": "php artisan optimize" }, + "config": { + "preferred-install": "dist" + }, "minimum-stability": "dev" }