Skip to content

Commit b0865c5

Browse files
committed
[Twig] Remove support for Twig 2.x extra versions
1 parent d34aebf commit b0865c5

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
@@ -158,9 +158,9 @@
158158
"symfony/runtime": "self.version",
159159
"symfony/security-acl": "~2.8|~3.0",
160160
"symfony/webpack-encore-bundle": "^1.0|^2.0",
161-
"twig/cssinliner-extra": "^2.12|^3",
162-
"twig/inky-extra": "^2.12|^3",
163-
"twig/markdown-extra": "^2.12|^3",
161+
"twig/cssinliner-extra": "^3",
162+
"twig/inky-extra": "^3",
163+
"twig/markdown-extra": "^3",
164164
"web-token/jwt-library": "^3.3.2|^4.0"
165165
},
166166
"conflict": {

src/Symfony/Bridge/Twig/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"symfony/expression-language": "^6.4|^7.0",
5252
"symfony/web-link": "^6.4|^7.0",
5353
"symfony/workflow": "^6.4|^7.0",
54-
"twig/cssinliner-extra": "^2.12|^3",
55-
"twig/inky-extra": "^2.12|^3",
56-
"twig/markdown-extra": "^2.12|^3"
54+
"twig/cssinliner-extra": "^3",
55+
"twig/inky-extra": "^3",
56+
"twig/markdown-extra": "^3"
5757
},
5858
"conflict": {
5959
"phpdocumentor/reflection-docblock": "<3.2.2",

0 commit comments

Comments
 (0)