Commit 3210e3ef authored by catch's avatar catch
Browse files

task: #3592382 Update Twig to v3.27.0

By: longwave
By: godotislate
parent 1c822ef7
Loading
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -497,7 +497,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "e32a12950958b33d0ed9e4a85d304748bd90e4c7"
                "reference": "5c1125b55286ad0b76bab467bd4ae6f79cc8d8a4"
            },
            "require": {
                "asm89/stack-cors": "^2.3",
@@ -547,7 +547,7 @@
                "symfony/serializer": "^7.3",
                "symfony/validator": "^7.3",
                "symfony/yaml": "^7.4.12",
                "twig/twig": "^3.26.0"
                "twig/twig": "^3.27.0"
            },
            "conflict": {
                "dealerdirect/phpcodesniffer-composer-installer": "1.1.0",
@@ -4747,16 +4747,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": {
@@ -4811,7 +4811,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": [
                {
@@ -4823,7 +4823,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-05-20T07:31:59+00:00"
            "time": "2026-05-27T13:05:51+00:00"
        }
    ],
    "packages-dev": [
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
        "webflo/drupal-core-strict": "*"
    },
    "require": {
        "drupal/core": "11.2.12",
        "drupal/core": "11.2.x-dev",
        "asm89/stack-cors": "~v2.3.0",
        "composer/semver": "~3.4.3",
        "doctrine/annotations": "~2.0.2",
@@ -63,6 +63,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
@@ -7,7 +7,7 @@
        "webflo/drupal-core-require-dev": "*"
    },
    "require": {
        "drupal/core": "11.2.12",
        "drupal/core": "11.2.x-dev",
        "behat/mink": "v1.12.0",
        "behat/mink-browserkit-driver": "v2.2.0",
        "brick/math": "0.12.3",
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
        "symfony/polyfill-php84": "^1.32",
        "symfony/yaml": "^7.4.12",
        "revolt/event-loop": "^1.0",
        "twig/twig": "^3.26.0",
        "twig/twig": "^3.27.0",
        "doctrine/annotations": "^2.0",
        "doctrine/lexer": "^2.0",
        "guzzlehttp/guzzle": "^7.5",
+4 −4
Original line number Diff line number Diff line
@@ -10,10 +10,10 @@
        "php": ">=8.3.0",
        "doctrine/annotations": "^2.0",
        "doctrine/lexer": "^2.0",
        "drupal/core-class-finder": "^11.2",
        "drupal/core-file-cache": "^11.2",
        "drupal/core-plugin": "^11.2",
        "drupal/core-utility": "^11.2"
        "drupal/core-class-finder": "11.2.x-dev",
        "drupal/core-file-cache": "11.2.x-dev",
        "drupal/core-plugin": "11.2.x-dev",
        "drupal/core-utility": "11.2.x-dev"
    },
    "autoload": {
        "psr-4": {
Loading