From 9a619ef2f8f3540443b5a638db612ed11c902272 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 18:29:29 +0000 Subject: [PATCH] fix(deps): update dependency twig/twig to v3.26.0 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 1ebf23f..b246d35 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "ext-json": "*", "vlucas/phpdotenv": "5.6.3", "symfony/http-foundation": "6.4.35", - "twig/twig": "3.25.0", + "twig/twig": "3.26.0", "symfony/console": "6.4.39", "monolog/monolog": "3.10.0", "ext-sqlite3": "*", diff --git a/composer.lock b/composer.lock index 656ae97..be282fb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "85937b517d0b75420174ecec98a4dbf3", + "content-hash": "8cd5cb50f81d660bbf3d3bd0e5312d1e", "packages": [ { "name": "carbonphp/carbon-doctrine-types", @@ -3949,16 +3949,16 @@ }, { "name": "twig/twig", - "version": "v3.25.0", + "version": "v3.26.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "0dade995be754556af4dcbf8721d45cb3271f9b4" + "reference": "1fcae487b180d78e6351f4e0afa91f9eab96a2bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/0dade995be754556af4dcbf8721d45cb3271f9b4", - "reference": "0dade995be754556af4dcbf8721d45cb3271f9b4", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/1fcae487b180d78e6351f4e0afa91f9eab96a2bc", + "reference": "1fcae487b180d78e6351f4e0afa91f9eab96a2bc", "shasum": "" }, "require": { @@ -4013,7 +4013,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.25.0" + "source": "https://github.com/twigphp/Twig/tree/v3.26.0" }, "funding": [ { @@ -4025,7 +4025,7 @@ "type": "tidelift" } ], - "time": "2026-05-17T07:41:26+00:00" + "time": "2026-05-20T07:31:59+00:00" }, { "name": "vlucas/phpdotenv",