8000 [TwigBridge] Allow version 3 of the Twig extra packages · symfony/symfony@61b0be9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 61b0be9

Browse files
committed
[TwigBridge] Allow version 3 of the Twig extra packages
1 parent d8cfa3e commit 61b0be9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@
138138
"symfony/phpunit-bridge": "^5.2",
139139
"symfony/security-acl": "~2.8|~3.0",
140140
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
141-
"twig/cssinliner-extra": "^2.12",
142-
"twig/inky-extra": "^2.12",
143-
"twig/markdown-extra": "^2.12"
141+
"twig/cssinliner-extra": "^2.12|^3",
142+
"twig/inky-extra": "^2.12|^3",
143+
"twig/markdown-extra": "^2.12|^3"
144144
},
145145
"conflict": {
146146
"egulias/email-validator": "~3.0.0",

src/Symfony/Bridge/Twig/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)
0