Skip to content

Commit 6547869

Browse files
committed
[TwigBundle] removed unneeded required dep
1 parent f97f737 commit 6547869

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)