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",
    }
...

Issue fork twig-3471389

Command icon Show commands

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

hswong3i created an issue. See original summary.

hswong3i’s picture

Issue summary: View changes
hswong3i’s picture

Status: Active » Needs review

paulmckibben’s picture

Status: Needs review » Fixed

@hswong3i, thank you! I have merged your MR.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.