From 98b2db5a1d2c836326c50b9870750e7f5c642ba6 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 27 Sep 2014 21:29:57 +0200 Subject: [PATCH] [SecurityBundle] fixed tests when used in standalone --- 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 a41dff51c1..916e59983f 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -23,7 +23,7 @@ "require-dev": { "symfony/browser-kit": "~2.3", "symfony/form": "~2.3", - "symfony/framework-bundle": "~2.2", + "symfony/framework-bundle": "~2.2,<2.6.0", "symfony/twig-bundle": "~2.2", "symfony/form": "~2.1", "symfony/process": "~2.0",