[TwigBundle] Require symfony/http-kernel < 3.0

This commit is contained in:
Nicolas Grekas 2015-04-06 14:12:11 +02:00
parent 62ac4f39c9
commit 98c67be970

View File

@ -20,7 +20,7 @@
"symfony/asset": "~2.7|~3.0.0", "symfony/asset": "~2.7|~3.0.0",
"symfony/twig-bridge": "~2.7|~3.0.0", "symfony/twig-bridge": "~2.7|~3.0.0",
"symfony/http-foundation": "~2.5|~3.0.0", "symfony/http-foundation": "~2.5|~3.0.0",
"symfony/http-kernel": "~2.7|~3.0.0" "symfony/http-kernel": "~2.7"
}, },
"require-dev": { "require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0.0", "symfony/phpunit-bridge": "~2.7|~3.0.0",