From d8881d8b76b8f5c1c7281b0f1b81c36f65340403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:11:32 +0000 Subject: [PATCH] Update twig/twig requirement from ^3.21 to ^3.22 Updates the requirements on [twig/twig](https://github.com/twigphp/Twig) to permit the latest version. - [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG) - [Commits](https://github.com/twigphp/Twig/compare/v3.21.0...v3.22.0) --- updated-dependencies: - dependency-name: twig/twig dependency-version: 3.22.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 2b6da33..5fa9b86 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "php": "^8.4", "ext-json": "*", "symfony/console": "^7.3", - "twig/twig": "^3.21" + "twig/twig": "^3.22" }, "require-dev": { "juliangut/easy-coding-standard-config": "^1.20",