From b6b85e838ed1569acc9b26b07b4c4fd8a462b208 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andre=CC=81=20R?= <ar@ez.no>
Date: Thu, 18 Aug 2016 13:51:22 +0200
Subject: [PATCH] [Composer] Require SensioDistributionBundle 3|4 as we use
 Configurator to dump config here

---
 composer.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/composer.json b/composer.json
index 197152a4..cb589073 100644
--- a/composer.json
+++ b/composer.json
@@ -12,6 +12,7 @@
     "require": {
         "ezsystems/ezpublish-legacy": ">=2014.11",
         "ezsystems/ezpublish-kernel": "~6.0@dev",
+        "sensio/distribution-bundle": "^3.0|^4.0",
         "twig/twig": "^1.23 | ^2.0"
     },
     "require-dev": {