Commit ea59f00a authored by catch's avatar catch
Browse files

task: #3592382 Update Twig to v3.27.0

By: longwave
By: godotislate
parent a84341d8
Loading
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -368,7 +368,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "b1ae5ae6c52a567e3064815e9cc0a186a0dcba6d"
                "reference": "287d74b5ac896d9fd4abef077121a670683b0d15"
            },
            "require": {
                "asm89/stack-cors": "^2.3",
@@ -419,7 +419,7 @@
                "symfony/serializer": "^7.4",
                "symfony/validator": "^7.4",
                "symfony/yaml": "^7.4.12",
                "twig/twig": "^3.26.0"
                "twig/twig": "^3.27.0"
            },
            "conflict": {
                "dealerdirect/phpcodesniffer-composer-installer": "1.1.0",
@@ -4612,16 +4612,16 @@
        },
        {
            "name": "twig/twig",
            "version": "v3.26.0",
            "version": "v3.27.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "1fcae487b180d78e6351f4e0afa91f9eab96a2bc"
                "reference": "04ae1bfe9463c816cf72ca0abe7eae2c77a9a9ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/1fcae487b180d78e6351f4e0afa91f9eab96a2bc",
                "reference": "1fcae487b180d78e6351f4e0afa91f9eab96a2bc",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/04ae1bfe9463c816cf72ca0abe7eae2c77a9a9ed",
                "reference": "04ae1bfe9463c816cf72ca0abe7eae2c77a9a9ed",
                "shasum": ""
            },
            "require": {
@@ -4676,7 +4676,7 @@
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v3.26.0"
                "source": "https://github.com/twigphp/Twig/tree/v3.27.0"
            },
            "funding": [
                {
@@ -4688,7 +4688,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-05-20T07:31:59+00:00"
            "time": "2026-05-27T13:05:51+00:00"
        }
    ],
    "packages-dev": [
+1 −1
Original line number Diff line number Diff line
@@ -60,6 +60,6 @@
        "symfony/var-dumper": "~v7.4.8",
        "symfony/var-exporter": "~v7.4.9",
        "symfony/yaml": "~v7.4.12",
        "twig/twig": "~v3.26.0"
        "twig/twig": "~v3.27.0"
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
        "symfony/polyfill-php85": "^1.32",
        "symfony/yaml": "^7.4.12",
        "revolt/event-loop": "^1.0",
        "twig/twig": "^3.26.0",
        "twig/twig": "^3.27.0",
        "doctrine/lexer": "^2 || ^3",
        "drupal/core-composer-scaffold": "self.version",
        "guzzlehttp/guzzle": "^7.10",