Skip to content

Commit fbc8682

Browse files
committed
minor #20096 [TwigBundle] removed unneeded required dep (fabpot)
This PR was merged into the 3.2-dev branch. Discussion ---------- [TwigBundle] removed unneeded required dep | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- 6547869 [TwigBundle] removed unneeded required dep
2 parents 348d1f6 + 6547869 commit fbc8682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
],
1818
"require": {
1919
"php": ">=5.5.9",
20-
"symfony/asset": "~2.8|~3.0",
2120
"symfony/twig-bridge": "~2.8|~3.0",
2221
"symfony/http-foundation": "~2.8|~3.0",
2322
"symfony/http-kernel": "~2.8|~3.0",
2423
"twig/twig": "~1.26|~2.0"
2524
},
2625
"require-dev": {
26+
"symfony/asset": "~2.8|~3.0",
2727
"symfony/stopwatch": "~2.8|~3.0",
2828
"symfony/dependency-injection": "~2.8|~3.0",
2929
"symfony/expression-language": "~2.8|~3.0",

0 commit comments

Comments
 (0)