From 86c07601491af7b242eae50a56e44b2bca9649db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 07:27:13 +0000 Subject: [PATCH] fix(deps-dev): Update twig/twig requirement from ^3.0 to ^3.24 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.24.0) --- updated-dependencies: - dependency-name: twig/twig dependency-version: 3.24.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..af52c3f 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.24", "roave/backward-compatibility-check": "^8.2" }, "suggest": {