From 4940810bb884a2251e839c08c933cf61328fe986 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Tue, 4 Jun 2013 10:35:44 +0300 Subject: [PATCH] Support for Symfony 2.3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7734fdf..d939d09 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "symfony/framework-bundle": "<=2.2.x-dev", + "symfony/framework-bundle": ">=2.0,<3.0", "chrisboulton/php-resque": "1.2", "chrisboulton/php-resque-scheduler": "1.1" }, @@ -21,4 +21,4 @@ "psr-0": { "BCC\\ResqueBundle": "" } }, "target-dir": "BCC/ResqueBundle" -} \ No newline at end of file +}