[SecurityBundle] fixed deps on the security component

This commit is contained in:
Fabien Potencier 2013-04-29 09:37:21 +02:00
parent 1459cfb948
commit 84d759d3d5
1 changed files with 1 additions and 1 deletions

View File

@ -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\\": "" }