Skip to content

Commit

Permalink
require security-bundle
Browse files Browse the repository at this point in the history
as the bundle also requires some twig functions defined by the security bundle, like is_granted

see symfony-cmf/symfony-cmf-docs#57 (comment)
  • Loading branch information
lsmith77 committed Jan 14, 2013
1 parent c06a450 commit 5d0b067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"symfony/http-foundation": ">=2.1,<2.3-dev",
"symfony/form": ">=2.1,<2.3-dev",
"symfony/validator": ">=2.1,<2.3-dev",
"symfony/security": ">=2.1,<2.3-dev",
"symfony/security-bundle": ">=2.1,<2.3-dev",
"symfony/routing": ">=2.1,<2.3-dev",
"symfony/config": ">=2.1,<2.3-dev",
"symfony/console": ">=2.1,<2.3-dev",
Expand Down

0 comments on commit 5d0b067

Please sign in to comment.