From 84d759d3d5c29ace8ed37cb9bc2605bf2e5829c2 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 29 Apr 2013 09:37:21 +0200 Subject: [PATCH] [SecurityBundle] fixed deps on the security component --- src/Symfony/Bundle/SecurityBundle/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index 692e439b8c..e80f646ff2 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=5.3.3", - "symfony/security": ">=2.2,<2.3-dev" + "symfony/security": ">=2.2,<2.4-dev" }, "autoload": { "psr-0": { "Symfony\\Bundle\\SecurityBundle\\": "" }