From 2b990cea56f2b1dafb963323a65c99f024e86df4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 21:03:45 +0000 Subject: [PATCH] Update symfony/dependency-injection requirement from ^6 to ^7 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.2/CHANGELOG.md) - [Commits](https://github.com/symfony/dependency-injection/compare/v6.0.0...v7.2.4) --- 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 973a2b7..8959c6c 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "php-parallel-lint/php-parallel-lint": "^1.3", "phploc/phploc": "^7.0", "phpmd/phpmd": "^2.10", - "symfony/dependency-injection": "^6", + "symfony/dependency-injection": "^7", "symfony/event-dispatcher": "^6" }, "config": {