From ccf1ee9f38a6b3427413fdb0e8442f6e50ccb707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jul 2021 12:37:32 +0000 Subject: [PATCH] Update symfony/event-dispatcher requirement in /build/integration 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/5.3/CHANGELOG.md) - [Commits](https://github.com/symfony/event-dispatcher/compare/v4.4.0...v5.3.0) --- updated-dependencies: - dependency-name: symfony/event-dispatcher dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- build/integration/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/integration/composer.json b/build/integration/composer.json index 23c9148f04227..d4db9c6d12098 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -5,6 +5,6 @@ "guzzlehttp/guzzle": "6.5.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.3", - "symfony/event-dispatcher": "~4.4" + "symfony/event-dispatcher": "~5.3" } }