From 2559fc6849b87399df2325f706e2a13af8d9edf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 06:08:32 +0000 Subject: [PATCH] Update symfony/event-dispatcher requirement from 3.4.2 to 5.4.9 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/6.1/CHANGELOG.md) - [Commits](https://github.com/symfony/event-dispatcher/compare/v3.4.2...v5.4.9) --- 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 73cd20f3d1..082a535274 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "psr/log": "~1.0", "swiftmailer/swiftmailer" : "5.4.8", "symfony/console" : "4.2.12", - "symfony/event-dispatcher" : "3.4.2", + "symfony/event-dispatcher" : "5.4.9", "gregwar/captcha": "1.1.9" }, "autoload" : {