Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 76a571b

Browse files
committed
minor #739 Remove unused twig-extensions dependency (tommygnr)
This PR was submitted for the 2.3 branch but it was merged into the 2.7 branch instead (closes #739). Discussion ---------- Remove unused twig-extensions dependency The ```twig/extensions``` library is not actually used or enabled in the symfony standard distribution so its inclusion in the composer.json file seems unnecessary. I did quite a bit of digging around to work out why it was ever included and as best I can tell it was because in the betas of ```2.0``` there was a convenient way to register these extensions in the twig configuration block. That approach was abandoned in symfony/symfony@9604573 Commits ------- 1272c9f Remove unused twig-extensions dependency
2 parents a2ee460 + 1272c9f commit 76a571b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"doctrine/orm": "~2.2,>=2.2.3,<2.5",
1313
"doctrine/dbal": "<2.5",
1414
"doctrine/doctrine-bundle": "~1.4",
15-
"twig/extensions": "~1.0",
1615
"symfony/assetic-bundle": "~2.3",
1716
"symfony/swiftmailer-bundle": "~2.3",
1817
"symfony/monolog-bundle": "~2.4",

0 commit comments

Comments
 (0)