8000 add dependency on Twig · symfony/symfony@91689a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91689a7

Browse files
committed
add dependency on Twig
Requiring a specific minimum version of the TwigBridge just to be sure that we end up with the required Twig version does not make much sense if can simply specify the required version instead (we do in fact depend on Twig in the WebProfilerBundle).
1 parent e59ae4d commit 91689a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"php": ">=5.3.9",
2020
"symfony/http-kernel": "~2.4",
2121
"symfony/routing": "~2.2",
22-
"symfony/twig-bridge": "~2.7"
22+
"symfony/twig-bridge": "~2.7",
23+
"twig/twig": "~1.28|~2.0"
2324
},
2425
"require-dev": {
2526
"symfony/config": "~2.2",

0 commit comments

Comments
 (0)
0