-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[TwigBridge][TwigBundle] Drop support for Twig 2 #51626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
CHANGELOG | ||
========= | ||
|
||
7.0 | ||
--- | ||
|
||
* Drop support for Twig 2 | ||
|
||
6.3 | ||
--- | ||
|
||
|
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -25,7 +25,7 @@ | |||
"symfony/http-kernel": "^6.4|^7.0", | ||||
"symfony/process": "^6.4|^7.0", | ||||
"symfony/uid": "^6.4|^7.0", | ||||
"twig/twig": "^2.13|^3.0.4" | ||||
"twig/twig": "^3.0.4" | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should this add the conflict rule ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure. It didn't have one before and I don't know why that is. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The code that depends on twig is very robust.
|
||||
}, | ||||
"conflict": { | ||||
"symfony/console": "<6.4" | ||||
|
Uh oh!
There was an error while loading. Please reload this page.