Browse Source

require security-bundle

as the bundle also requires some twig functions defined by the security bundle, like is_granted

see https://github.com/symfony-cmf/symfony-cmf-docs/pull/57#issuecomment-12213828
Lukas Kahwe Smith 12 years ago
parent
commit
5d0b067977
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -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",