8000 bug #20840 [WebProfilerBundle] add dependency on Twig (xabbuh) · symfony/symfony@d9738a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9738a4

Browse files
committed
bug #20840 [WebProfilerBundle] add dependency on Twig (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- [WebProfilerBundle] add dependency on Twig | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #20802 | License | MIT | Doc PR | 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). Commits ------- 91689a7 add dependency on Twig
2 parents 56c3eef + 91689a7 commit d9738a4

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