From 061b2cfe68d1113b5bd89f764812a729cbe9ff2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:56:38 +0000 Subject: [PATCH] Update symfony/framework-bundle requirement from ^7.1 to ^8.0 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.1.0...v8.0.5) --- updated-dependencies: - dependency-name: symfony/framework-bundle dependency-version: 8.0.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8fbd211..2d9a6d7 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "phpunit/phpunit": "^12.0", "rector/rector": "^2.2", "softspring/dynamic-form-type": "^6.0@dev", - "symfony/framework-bundle": "^7.1" + "symfony/framework-bundle": "^8.0" }, "autoload": { "psr-4": {