minor #24506 [TwigBundle] fix deps (xabbuh)

This PR was merged into the 3.4 branch.

Discussion
----------

[TwigBundle] fix deps

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

Commits
-------

a008624257 fix deps
This commit is contained in:
Fabien Potencier 2017-10-10 07:56:27 -07:00
commit 9abc182ca7
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
"symfony/routing": "~2.8|~3.0|~4.0",
"symfony/templating": "~2.8|~3.0|~4.0",
"symfony/yaml": "~2.8|~3.0|~4.0",
"symfony/framework-bundle": "^3.3|~4.0",
"symfony/framework-bundle": "^3.3.11|~4.0",
"symfony/web-link": "~3.3|~4.0",
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0"