From 6f56f5087539727559b3b19582b67ff9605d65ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:04:32 +0000 Subject: [PATCH] Update symfony/twig-bundle requirement from 8.0.* to 8.1.* Updates the requirements on [symfony/twig-bundle](https://github.com/symfony/twig-bundle) to permit the latest version. - [Release notes](https://github.com/symfony/twig-bundle/releases) - [Changelog](https://github.com/symfony/twig-bundle/blob/8.2/CHANGELOG.md) - [Commits](https://github.com/symfony/twig-bundle/compare/v8.0.0...v8.1.0) --- updated-dependencies: - dependency-name: symfony/twig-bundle dependency-version: 8.1.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 62e159a..e468980 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "symfony/http-client": "8.0.*", "symfony/messenger": "8.0.*", "symfony/rate-limiter": "8.0.*", - "symfony/twig-bundle": "8.0.*", + "symfony/twig-bundle": "8.1.*", "symfony/translation": "8.0.*", "chamber-orchestra/doctrine-extensions-bundle": "8.0.*", "chamber-orchestra/doctrine-clock-bundle": "8.0.*"