[TwigBundle] fix lowest dep

This commit is contained in:
Nicolas Grekas 2018-01-04 11:29:03 +01:00
parent abfa3eeca5
commit 837ec4df44

View File

@ -18,7 +18,7 @@
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/config": "~3.2|~4.0",
"symfony/twig-bridge": "^3.4.3|~4.0",
"symfony/twig-bridge": "^3.4.3|^4.0.3",
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/http-kernel": "^3.3|~4.0",
"twig/twig": "~1.34|~2.4"