Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe1b37f

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 | MITLet'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 parents3bade96 +cac37ca commitbe1b37f

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)

[8]ページ先頭

©2009-2025 Movatter.jp