From 98514fe097e9d1cf13972edafa06bc52856d63c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:43:07 +0000 Subject: [PATCH] build(deps): update symfony/framework-bundle requirement Updates the requirements on [symfony/framework-bundle](https://github.com/symfony/framework-bundle) to permit the latest version. - [Release notes](https://github.com/symfony/framework-bundle/releases) - [Changelog](https://github.com/symfony/framework-bundle/blob/8.1/CHANGELOG.md) - [Commits](https://github.com/symfony/framework-bundle/compare/v7.0.0...v8.0.10) --- updated-dependencies: - dependency-name: symfony/framework-bundle dependency-version: 8.0.10 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 a8c958480..ecc0f5538 100644 --- a/composer.json +++ b/composer.json @@ -67,7 +67,7 @@ "spipu/html2pdf": "^5.0.0", "symfony/filesystem": "^7.0", "symfony/finder": "^7.0", - "symfony/framework-bundle": "^7.0", + "symfony/framework-bundle": "^8.0", "symfony/polyfill-ctype": "^1.8", "symfony/translation": "^7.0", "symfony/var-dumper": "^7.0",