Commit ba85c89b authored by catch's avatar catch
Browse files

Issue #3330465 by Spokje: Update Twig to 2.15.4

parent 46f4d42d
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -4377,16 +4377,16 @@
        },
        {
            "name": "twig/twig",
            "version": "v2.15.3",
            "version": "v2.15.4",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "ab402673db8746cb3a4c46f3869d6253699f614a"
                "reference": "3e059001d6d597dd50ea7c74dd2464b4adea48d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/ab402673db8746cb3a4c46f3869d6253699f614a",
                "reference": "ab402673db8746cb3a4c46f3869d6253699f614a",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e059001d6d597dd50ea7c74dd2464b4adea48d3",
                "reference": "3e059001d6d597dd50ea7c74dd2464b4adea48d3",
                "shasum": ""
            },
            "require": {
@@ -4441,7 +4441,7 @@
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v2.15.3"
                "source": "https://github.com/twigphp/Twig/tree/v2.15.4"
            },
            "funding": [
                {
@@ -4453,7 +4453,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2022-09-28T08:40:08+00:00"
            "time": "2022-12-27T12:26:20+00:00"
        },
        {
            "name": "typo3/phar-stream-wrapper",
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@
        "symfony/validator": "~v4.4.48",
        "symfony/var-dumper": "~v5.4.14",
        "symfony/yaml": "~v4.4.45",
        "twig/twig": "~v2.15.3",
        "twig/twig": "~v2.15.4",
        "typo3/phar-stream-wrapper": "~v3.1.7"
    }
}