From b0e74b3f712049c9c465707e76dd1c14a83d2079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 04:51:58 +0000 Subject: [PATCH] Update symfony/dependency-injection requirement from ^6.0 to ^7.1 Updates the requirements on [symfony/dependency-injection](https://github.com/symfony/dependency-injection) to permit the latest version. - [Release notes](https://github.com/symfony/dependency-injection/releases) - [Changelog](https://github.com/symfony/dependency-injection/blob/7.1/CHANGELOG.md) - [Commits](https://github.com/symfony/dependency-injection/compare/v6.0.0...v7.1.3) --- updated-dependencies: - dependency-name: symfony/dependency-injection 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 a3f810a..05a4707 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "require": { "php": "^8.2 | ^8.3", "sulu/sulu": "^2.6", - "symfony/dependency-injection": "^6.0", + "symfony/dependency-injection": "^7.1", "symfony/framework-bundle": "^6.0", "symfony/http-foundation": "^6.0", "symfony/http-kernel": "^6.0",