From 53443f822a438c2bc067053e93e4f06b99c3d1f0 Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Thu, 26 Feb 2015 18:20:50 +0300 Subject: [PATCH] Added prefered install option to composer.json for basic app template --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index fdab599..8b85c98 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "yiisoft/yii2-faker": "~2.0.0" }, "config": { + "preferred-install": "dist", "process-timeout": 1800 }, "scripts": {