From d9f14b17ebdc809bb3dda56a802aa8ce66c5c6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R?= Date: Mon, 16 Apr 2018 16:33:20 +0200 Subject: [PATCH] [Composer] Prefer dist install for ez packages to avoid issues with updates.ez.no (#277) --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8db378a5e9..4c55c12850 100644 --- a/composer.json +++ b/composer.json @@ -86,7 +86,10 @@ }, "config": { "process-timeout": 3000, - "bin-dir": "bin" + "bin-dir": "bin", + "preferred-install": { + "ezsystems/*": "dist" + } }, "extra": { "symfony-app-dir": "app",