From 9683ad3da9bc85e37cb882835d84946fcafa0e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R?= Date: Thu, 23 Mar 2017 11:13:10 +0100 Subject: [PATCH] [Composer] Make sure we require supported versions of sensio/distribution-bundle (#86) Ref: https://github.com/ezsystems/LegacyBridge/pull/54#issuecomment-288666609 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8e07b884..38e8459c 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "ezsystems/ezpublish-legacy": ">=2014.11", "ezsystems/ezpublish-kernel": "~6.0@dev", - "sensio/distribution-bundle": "^3.0|^4.0|^5.0", + "sensio/distribution-bundle": "^3.0.36|^4.0.6|^5.0.6", "twig/twig": "^1.27 | ^2.0" }, "require-dev": {