[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
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"symfony/asset": "~2.7|~3.0.0",
"symfony/twig-bridge": "~2.7|~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": {
"symfony/phpunit-bridge": "~2.7|~3.0.0",