From ea6f2130b4cab88635d35a848d37b35f1e43d407 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Mon, 20 Oct 2014 18:51:39 +0200 Subject: [PATCH] #1120 - downgrading requirement for `symfony/console` to `~2.3` Just need `Symfony\Component\Console\Helper\TableHelper` availability --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 80dc114f0..6a26d79a0 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "doctrine/collections": "~1.2", "doctrine/dbal": ">=2.5-dev,<2.6-dev", "doctrine/instantiator": "~1.0.1", - "symfony/console": "~2.5" + "symfony/console": "~2.3" }, "require-dev": { "symfony/yaml": "~2.1",