Verified Commit 77cf7918 authored by Dave Long's avatar Dave Long
Browse files

task: #3614340 Update to Twig 3.28

By: tobiasb
By: catch
By: longwave
parent 307f4fe4
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": "cd0e310c160ead876a00877771d62624d704a312"
                "reference": "d56e1ed4a90ad063c4b99a43c51204c6a4473777"
            },
            "require": {
                "asm89/stack-cors": "^2.3",
@@ -423,7 +423,7 @@
                "symfony/validator": "^7.4",
                "symfony/yaml": "^7.4.12",
                "twig/html-extra": "^3.23",
                "twig/twig": "^3.27.0"
                "twig/twig": "^3.28.0"
            },
            "conflict": {
                "dealerdirect/phpcodesniffer-composer-installer": "1.1.0",
@@ -5028,16 +5028,16 @@
        },
        {
            "name": "twig/twig",
            "version": "v3.27.1",
            "version": "v3.28.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "ae2071bffb38f04847fc0864d730c94b9cb8ab74"
                "reference": "597c12ed286fb9d1701a36684ce6e0cbe28ebc8b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/ae2071bffb38f04847fc0864d730c94b9cb8ab74",
                "reference": "ae2071bffb38f04847fc0864d730c94b9cb8ab74",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/597c12ed286fb9d1701a36684ce6e0cbe28ebc8b",
                "reference": "597c12ed286fb9d1701a36684ce6e0cbe28ebc8b",
                "shasum": ""
            },
            "require": {
@@ -5092,7 +5092,7 @@
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v3.27.1"
                "source": "https://github.com/twigphp/Twig/tree/v3.28.0"
            },
            "funding": [
                {
@@ -5104,7 +5104,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-05-30T17:09:26+00:00"
            "time": "2026-07-03T20:44:34+00:00"
        }
    ],
    "packages-dev": [
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
        "symfony/polyfill-php86": "^1.37",
        "symfony/yaml": "^7.4.12",
        "revolt/event-loop": "^1.0",
        "twig/twig": "^3.27.0",
        "twig/twig": "^3.28.0",
        "doctrine/lexer": "^2 || ^3",
        "drupal/core-composer-scaffold": "self.version",
        "guzzlehttp/guzzle": "^7.10",
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ public function __construct() {
  /**
   * {@inheritdoc}
   */
  public function checkSecurity($tags, $filters, $functions): void {}
  public function checkSecurity($tags, $filters, $functions, array $tests = []): void {}

  /**
   * {@inheritdoc}