minor #20297 [SecurityBundle] Fix twig-bridge lowest dep (nicolas-grekas)

This PR was merged into the 2.7 branch.

Discussion
----------

[SecurityBundle] Fix twig-bridge lowest dep

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

To make tests green again on 2.7

Commits
-------

6856faf [SecurityBundle] Fix twig-bridge lowest dep
This commit is contained in:
Nicolas Grekas 2016-10-25 15:00:45 +02:00
commit 8d1711a719

View File

@ -31,7 +31,7 @@
"symfony/framework-bundle": "~2.7",
"symfony/http-foundation": "~2.3",
"symfony/twig-bundle": "~2.7",
"symfony/twig-bridge": "~2.7",
"symfony/twig-bridge": "~2.7,>=2.7.4",
"symfony/process": "~2.0,>=2.0.5",
"symfony/validator": "~2.5",
"symfony/yaml": "~2.0,>=2.0.5",