Commit b2d78074 authored by Jess's avatar Jess
Browse files

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

parent 258c8371
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "74774df5d4617d3526ff010605474301d9fa376f"
                "reference": "231d26e39bada8a65354596fd06da9d68e402440"
            },
            "require": {
                "asm89/stack-cors": "^2.0.2",
@@ -488,7 +488,7 @@
                "symfony/serializer": "^5.4",
                "symfony/validator": "^5.4",
                "symfony/yaml": "^5.4",
                "twig/twig": "^3.0"
                "twig/twig": "^3.3.8"
            },
            "conflict": {
                "drush/drush": "<8.1.10"
@@ -4339,16 +4339,16 @@
        },
        {
            "name": "twig/twig",
            "version": "v3.3.7",
            "version": "v3.3.8",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "8f168c6ffa3ce76d1786b3cd52275424a3fc675b"
                "reference": "972d8604a92b7054828b539f2febb0211dd5945c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/8f168c6ffa3ce76d1786b3cd52275424a3fc675b",
                "reference": "8f168c6ffa3ce76d1786b3cd52275424a3fc675b",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/972d8604a92b7054828b539f2febb0211dd5945c",
                "reference": "972d8604a92b7054828b539f2febb0211dd5945c",
                "shasum": ""
            },
            "require": {
@@ -4399,7 +4399,7 @@
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v3.3.7"
                "source": "https://github.com/twigphp/Twig/tree/v3.3.8"
            },
            "funding": [
                {
@@ -4411,7 +4411,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2022-01-03T21:15:37+00:00"
            "time": "2022-02-04T06:59:48+00:00"
        }
    ],
    "packages-dev": [
+1 −1
Original line number Diff line number Diff line
@@ -59,6 +59,6 @@
        "symfony/validator": "v5.4.2",
        "symfony/var-dumper": "v5.4.2",
        "symfony/yaml": "v5.4.2",
        "twig/twig": "v3.3.7"
        "twig/twig": "v3.3.8"
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
        "symfony/polyfill-iconv": "^1.0",
        "symfony/polyfill-php80": "^1.16",
        "symfony/yaml": "^5.4",
        "twig/twig": "^3.0",
        "twig/twig": "^3.3.8",
        "doctrine/annotations": "^1.12",
        "guzzlehttp/guzzle": "^7.3.0",
        "laminas/laminas-feed": "^2.12",