diff --git a/composer.json b/composer.json index c4187b17bb..8a9ba41c3e 100644 --- a/composer.json +++ b/composer.json @@ -86,7 +86,10 @@ ] }, "config": { - "bin-dir": "bin" + "bin-dir": "bin", + "preferred-install": { + "ezsystems/*": "dist" + } }, "extra": { "symfony-app-dir": "app",