Commit 71ef3aaa authored by Jess's avatar Jess
Browse files

Issue #3262583 by xjm, neclimdul, bnjmnm, catch: Update Twig to 2.14.11

parent 0733164a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -51,6 +51,11 @@
        "autoloader-suffix": "Drupal9",
        "platform": {
            "php": "7.3.0"
        },
        "allow-plugins": {
            "composer/installers": true,
            "drupal/core-project-message": true,
            "drupal/core-vendor-hardening": true
        }
    },
    "extra": {
+11 −10
Original line number Diff line number Diff line
@@ -4414,26 +4414,27 @@
        },
        {
            "name": "twig/twig",
            "version": "v2.14.6",
            "version": "v2.14.11",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "27e5cf2b05e3744accf39d4c68a3235d9966d260"
                "reference": "66baa66f29ee30e487e05f1679903e36eb01d727"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/27e5cf2b05e3744accf39d4c68a3235d9966d260",
                "reference": "27e5cf2b05e3744accf39d4c68a3235d9966d260",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/66baa66f29ee30e487e05f1679903e36eb01d727",
                "reference": "66baa66f29ee30e487e05f1679903e36eb01d727",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "php": ">=7.1.3",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3"
                "symfony/polyfill-mbstring": "^1.3",
                "symfony/polyfill-php72": "^1.8"
            },
            "require-dev": {
                "psr/container": "^1.0",
                "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
                "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
            },
            "type": "library",
            "extra": {
@@ -4477,7 +4478,7 @@
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v2.14.6"
                "source": "https://github.com/twigphp/Twig/tree/v2.14.11"
            },
            "funding": [
                {
@@ -4489,7 +4490,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-05-16T12:12:47+00:00"
            "time": "2022-02-04T06:57:25+00:00"
        },
        {
            "name": "typo3/phar-stream-wrapper",
@@ -8013,5 +8014,5 @@
    "platform-overrides": {
        "php": "7.3.0"
    },
    "plugin-api-version": "2.1.0"
    "plugin-api-version": "2.2.0"
}
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@
        "symfony/validator": "v4.4.25",
        "symfony/var-dumper": "v5.3.0",
        "symfony/yaml": "v4.4.25",
        "twig/twig": "v2.14.6",
        "twig/twig": "v2.14.11",
        "typo3/phar-stream-wrapper": "v3.1.6"
    }
}