Verified Commit e9f53783 authored by Jess's avatar Jess
Browse files

Issue #3095099 by Chi, andypost, alexpott, arpad.rozsa, xjm, catch: Update Twig to 3.5.0

parent f175081b
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -3961,16 +3961,16 @@
        },
        {
            "name": "twig/twig",
            "version": "v3.4.3",
            "version": "v3.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58"
                "reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/c38fd6b0b7f370c198db91ffd02e23b517426b58",
                "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3ffcf4b7d890770466da3b2666f82ac054e7ec72",
                "reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72",
                "shasum": ""
            },
            "require": {
@@ -3985,7 +3985,7 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4-dev"
                    "dev-master": "3.5-dev"
                }
            },
            "autoload": {
@@ -4021,7 +4021,7 @@
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v3.4.3"
                "source": "https://github.com/twigphp/Twig/tree/v3.5.0"
            },
            "funding": [
                {
@@ -4033,7 +4033,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2022-09-28T08:42:51+00:00"
            "time": "2022-12-27T12:28:18+00:00"
        }
    ],
    "packages-dev": [
+1 −1
Original line number Diff line number Diff line
@@ -55,6 +55,6 @@
        "symfony/var-dumper": "~v6.2.2",
        "symfony/var-exporter": "~v6.2.2",
        "symfony/yaml": "~v6.2.2",
        "twig/twig": "~v3.4.3"
        "twig/twig": "~v3.5.0"
    }
}