From 99c02afd1220600b5d5deb67c3ac2408b96b8425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:39:12 +0000 Subject: [PATCH] Update twig/twig requirement from ^3.10 to ^3.11 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.10.0...v3.11.0) --- updated-dependencies: - dependency-name: twig/twig 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 2477535..4089369 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "php": "^8.2", "ext-json": "*", "symfony/console": "^7.0", - "twig/twig": "^3.10" + "twig/twig": "^3.11" }, "require-dev": { "grifart/phpstan-oneline": "~0.4",