Skip to content

Commit bda21ce

Browse files
committed
[TwigBridge] Allow version 3 of the Twig extra packages
1 parent effd32a commit bda21ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"symfony/expression-language": "^3.4|^4.0|^5.0",
4646
"symfony/web-link": "^4.4|^5.0",
4747
"symfony/workflow": "^4.3|^5.0",
48-
"twig/cssinliner-extra": "^2.12",
49-
"twig/inky-extra": "^2.12",
50-
"twig/markdown-extra": "^2.12"
48+
"twig/cssinliner-extra": "^2.12|^3",
49+
"twig/inky-extra": "^2.12|^3",
50+
"twig/markdown-extra": "^2.12|^3"
5151
},
5252
"conflict": {
5353
"symfony/console": "<3.4",

0 commit comments

Comments
 (0)