From 17b3898236ca5c9dff172c1fa72b8a994e68892b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 21:05:09 +0000 Subject: [PATCH] Update symfony/event-dispatcher requirement from ^6 to ^7 Updates the requirements on [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) to permit the latest version. - [Release notes](https://github.com/symfony/event-dispatcher/releases) - [Changelog](https://github.com/symfony/event-dispatcher/blob/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/event-dispatcher/compare/v6.0.0...v7.2.0) --- updated-dependencies: - dependency-name: symfony/event-dispatcher 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..ea7f951 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "phploc/phploc": "^7.0", "phpmd/phpmd": "^2.10", "symfony/dependency-injection": "^6", - "symfony/event-dispatcher": "^6" + "symfony/event-dispatcher": "^7" }, "config": { "allow-plugins": {