From 8c89d20f6b40b0f04fa987ec16b3b4dd6a61b0e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 13:22:44 +0000 Subject: [PATCH] fix(deps-dev): Update twig/twig requirement from ^3.0 to ^3.26 Updates the requirements on [twig/twig](https://github.com/twigphp/Twig) to permit the latest version. - [Release notes](https://github.com/twigphp/Twig/releases) - [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG) - [Commits](https://github.com/twigphp/Twig/compare/v3.0.0...v3.26.0) --- updated-dependencies: - dependency-name: twig/twig dependency-version: 3.26.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f41bd3d..9289c1d 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^13.0", "symfony/serializer": "^6.0|^7.0|^8.0", - "twig/twig": "^3.0", + "twig/twig": "^3.26", "roave/backward-compatibility-check": "^8.2" }, "suggest": {