From d866d0d9fec5c4d3391e6dab170f9bd9956155f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 04:03:25 +0000 Subject: [PATCH] chore(deps): update symfony/twig-bundle requirement from ^7.0 to ^8.0 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/7.3/CHANGELOG.md) - [Commits](https://github.com/symfony/twig-bundle/compare/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: symfony/twig-bundle dependency-version: 8.0.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 bf5234372..415a86116 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "symfony/security-bundle": "^7.0", "symfony/serializer": "^7.0", "symfony/translation": "^7.0", - "symfony/twig-bundle": "^7.0", + "symfony/twig-bundle": "^8.0", "symfony/uid": "^7.1", "symfony/ux-autocomplete": "^2.17", "symfony/ux-live-component": "^2.17",