8000 feature #27417 [WebProfilerBundle] Make Twig bundle an explicit depen… · symfony/symfony@be1b37f · GitHub
[go: up one dir, main page]

Skip to content

Commit be1b37f

Browse files
committed
feature #27417 [WebProfilerBundle] Make Twig bundle an explicit dependency (fabpot)
This PR was merged into the 4.2-dev branch. Discussion ---------- [WebProfilerBundle] Make Twig bundle an explicit dependency | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #26115 | License | MIT Let's make Twig bundle an explicit dependency of WebProfilerBundle. That's better for DX and as Silex won't be maintained when 4.2 is out, it's the right time to do so. Commits ------- cac37ca [WebProfilerBundle] made Twig bundle an explicit dependency
2 parents 3bade96 + cac37ca commit be1b37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^7.1.3",
2020
"symfony/http-kernel": "~4.1",
2121
"symfony/routing": "~3.4|~4.0",
22-
"symfony/twig-bridge": "~3.4|~4.0",
22+
"symfony/twig-bundle": "^3.4.3|^4.0.3",
2323
"symfony/var-dumper": "~3.4|~4.0",
2424
"twig/twig": "~1.34|~2.4"
2525
},

0 commit comments

Comments
 (0)
0