Commit 44ff0426 authored by Jess's avatar Jess
Browse files

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

parent 6f1a617a
Loading
Loading
Loading
Loading
+12 −11
Original line number Diff line number Diff line
@@ -535,7 +535,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "cbfd5d4b176c340dd3e6fd57703bec9af8cdc53e"
                "reference": "5ee7c279ca3cbef8b2ba2c3a7ebe7fb78dee9b7c"
            },
            "require": {
                "asm89/stack-cors": "^1.1",
@@ -580,7 +580,7 @@
                "symfony/translation": "^4.4",
                "symfony/validator": "^4.4",
                "symfony/yaml": "^4.4.19",
                "twig/twig": "^2.12.0",
                "twig/twig": "^2.14.11",
                "typo3/phar-stream-wrapper": "^3.1.3"
            },
            "conflict": {
@@ -4424,22 +4424,23 @@
        },
        {
            "name": "twig/twig",
            "version": "v2.14.7",
            "version": "v2.14.11",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "8e202327ee1ed863629de9b18a5ec70ac614d88f"
                "reference": "66baa66f29ee30e487e05f1679903e36eb01d727"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/8e202327ee1ed863629de9b18a5ec70ac614d88f",
                "reference": "8e202327ee1ed863629de9b18a5ec70ac614d88f",
                "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",
@@ -4487,7 +4488,7 @@
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v2.14.7"
                "source": "https://github.com/twigphp/Twig/tree/v2.14.11"
            },
            "funding": [
                {
@@ -4499,7 +4500,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2021-09-17T08:39:54+00:00"
            "time": "2022-02-04T06:57:25+00:00"
        },
        {
            "name": "typo3/phar-stream-wrapper",
@@ -7919,5 +7920,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
@@ -61,7 +61,7 @@
        "symfony/validator": "v4.4.35",
        "symfony/var-dumper": "v5.4.0",
        "symfony/yaml": "v4.4.34",
        "twig/twig": "v2.14.7",
        "twig/twig": "v2.14.11",
        "typo3/phar-stream-wrapper": "v3.1.7"
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
        "symfony/polyfill-php80": "^1.16",
        "symfony/yaml": "^4.4.19",
        "typo3/phar-stream-wrapper": "^3.1.3",
        "twig/twig": "^2.12.0",
        "twig/twig": "^2.14.11",
        "doctrine/reflection": "^1.1",
        "doctrine/annotations": "^1.12",
        "guzzlehttp/guzzle": "^6.5.2",