From 1b0e8738cf1ae774aef57a3726e0d1e375ff1fb1 Mon Sep 17 00:00:00 2001 From: siad007 Date: Sun, 9 Aug 2015 16:20:21 +0200 Subject: [PATCH] Preferred install dist --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index ee06b2a..dfcc203 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,9 @@ "wiki": "https://github.com/MehrAlsNix/Notifier/wiki" }, "minimum-stability": "stable", + "config": { + "preferred-install": "dist" + }, "require": { "php": ">=5.3", "phpunit/phpunit": "~4",