8000 [WebProfilerBundle] made Twig bundle an explicit dependency · symfony/symfony@cac37ca · GitHub
[go: up one dir, main page]

Skip to content

Commit cac37ca

Browse files
committed
[WebProfilerBundle] made Twig bundle an explicit dependency
1 parent 3a2eb0d commit cac37ca

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