From 94c0d895f113323f03388ce694ea6c369e0bdc38 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Sat, 27 Oct 2012 18:32:53 +0200 Subject: [PATCH] Allow symfony 2.2.* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d839b3..6f4e847 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "email": "william.durand1@gmail.com" }], "require": { - "symfony/symfony": "2.1.*", + "symfony/symfony": ">=2.1,<2.3-dev", "propel/propel1": "1.6.*" }, "require-dev": {