From ecfffe7c5bf76a7bd97a01b63dba097a366b17f1 Mon Sep 17 00:00:00 2001 From: Douglas Greenshields Date: Wed, 22 May 2013 15:38:06 +0200 Subject: [PATCH] allowed all future 2.x versions of symfony/console --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8d71414..2540272 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require": { "php": ">=5.3.0", "phpcr/phpcr": "~2.1.0-beta10", - "symfony/console": ">=2.0.0,<2.3.0-dev" + "symfony/console": "~2.0" }, "autoload": { "psr-0": {