Closed (fixed)
Project:
Twig Input Filter
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2024 at 12:13 UTC
Updated:
22 Apr 2025 at 20:34 UTC
Jump to comment: Most recent
Drupal 11 compatibility fixes for twig.
Apply this MR for D11 now with:
...
"repositories": {
"https://packages.drupal.org/8": {
"canonical": false,
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"https://drupal.org/node/3471389": {
"canonical": false,
"type": "vcs",
"url": "https://git.drupalcode.org/issue/twig-3471389.git"
},
},
...
"require": {
"drupal/twig-twig": "dev-3471389-drupal-11-compatibility",
}
...
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
hswong3i commentedComment #3
hswong3i commentedComment #6
paulmckibben@hswong3i, thank you! I have merged your MR.