Commit b6200b97 authored by catch's avatar catch
Browse files

task: #3592382 Update Twig to v3.27.0

By: longwave
By: godotislate
parent fb9b135a
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": "20683991446db4972f89feb1b36417993eb5a866"
                "reference": "3f1bebdcf62914e5120cb30cb8e8fad67a2662af"
            },
            "require": {
                "asm89/stack-cors": "^2.3",
@@ -542,7 +542,7 @@
                "symfony/serializer": "^6.4",
                "symfony/validator": "^6.4",
                "symfony/yaml": "^6.4.40",
                "twig/twig": "^3.26.0"
                "twig/twig": "^3.27.0"
            },
            "conflict": {
                "dealerdirect/phpcodesniffer-composer-installer": "1.1.0",
@@ -4468,16 +4468,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": {
@@ -4532,7 +4532,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": [
                {
@@ -4544,7 +4544,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": "10.5.10",
        "drupal/core": "10.5.x-dev",
        "asm89/stack-cors": "~v2.3.0",
        "composer/semver": "~3.4.3",
        "doctrine/annotations": "~1.14.4",
@@ -61,6 +61,6 @@
        "symfony/var-dumper": "~v6.4.36",
        "symfony/var-exporter": "~v6.4.37",
        "symfony/yaml": "~v6.4.40",
        "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": "10.5.10",
        "drupal/core": "10.5.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
@@ -33,7 +33,7 @@
        "symfony/process": "^6.4",
        "symfony/polyfill-iconv": "^1.26",
        "symfony/yaml": "^6.4.40",
        "twig/twig": "^3.26.0",
        "twig/twig": "^3.27.0",
        "doctrine/annotations": "^1.14",
        "guzzlehttp/guzzle": "^7.5",
        "guzzlehttp/psr7": "^2.4.5",
+4 −4
Original line number Diff line number Diff line
@@ -9,10 +9,10 @@
    "require": {
        "php": ">=8.1.0",
        "doctrine/annotations": "^1.14",
        "drupal/core-class-finder": "^10.5",
        "drupal/core-file-cache": "^10.5",
        "drupal/core-plugin": "^10.5",
        "drupal/core-utility": "^10.5"
        "drupal/core-class-finder": "10.5.x-dev",
        "drupal/core-file-cache": "10.5.x-dev",
        "drupal/core-plugin": "10.5.x-dev",
        "drupal/core-utility": "10.5.x-dev"
    },
    "autoload": {
        "psr-4": {
Loading