Skip to content

Commit

Permalink
[SecurityBundle] fixed deps on the security component
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 29, 2013
1 parent e22e111 commit 26b525b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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\\": "" }
Expand Down

0 comments on commit 26b525b

Please sign in to comment.