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

Skip to content

Commit 0bafa2f

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@
1717
],
1818
"require": {
1919
"php": "^7.1.3",
20-
"symfony/config": "~3.4|~4.0",
21-
"symfony/twig-bridge": "^3.4.3|^4.0.3",
22-
"symfony/http-foundation": "~3.4|~4.0",
23-
"symfony/http-kernel": "~3.4|~4.0",
24-
"symfony/polyfill-ctype": "~1.8",
25-
"twig/twig": "~1.34|~2.4"
20+
"symfony/twig-bundle": "^3.4.3|^4.0.3",
21+
"symfony/polyfill-ctype": "~1.8"
2622
},
2723
"require-dev": {
2824
"symfony/asset": "~3.4|~4.0",

0 commit comments

Comments
 (0)
BB6
0