From c8a790477e2e102ca6d29903bd8c724e84a335d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:06:03 +0000 Subject: [PATCH] Update twig/twig requirement from ^3.23 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.23.0...v3.24.0) --- updated-dependencies: - dependency-name: twig/twig dependency-version: 3.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 06a32f2..f224fc1 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "php": "^8.4", "ext-json": "*", "symfony/console": "^7.4", - "twig/twig": "^3.23" + "twig/twig": "^3.24" }, "require-dev": { "juliangut/easy-coding-standard-config": "^1.20",