From a762158e9999a808b58dd73924ea804320be8871 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sun, 19 Oct 2014 18:11:42 +0200 Subject: [PATCH] #1120 - since we want to use `Symfony\Component\Console\Helper\Table`, `symfony/console:~2.5` is required --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a216eb192..80dc114f0 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.*" + "symfony/console": "~2.5" }, "require-dev": { "symfony/yaml": "~2.1",