[TwigBundle] add missing asset dependency

This commit is contained in:
Nicolas Grekas 2015-02-13 08:56:37 +01:00
parent 2d48266f6f
commit 2aead657b1

View File

@ -17,6 +17,7 @@
],
"require": {
"php": ">=5.3.9",
"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"