From 0f8a8e4a6b0f5bc93a39f925a8eaaa3a0b87d9ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 02:47:22 +0000 Subject: [PATCH] Chore(deps-dev): Update symfony/event-dispatcher requirement 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.3/CHANGELOG.md) - [Commits](https://github.com/symfony/event-dispatcher/compare/v5.4.0...v7.3.0) --- updated-dependencies: - dependency-name: symfony/event-dispatcher dependency-version: 7.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- tests/integration/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/composer.json b/tests/integration/composer.json index 97693fbac3..b66e307fa0 100644 --- a/tests/integration/composer.json +++ b/tests/integration/composer.json @@ -5,7 +5,7 @@ "guzzlehttp/guzzle": "7.9.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.7.0", - "symfony/event-dispatcher": "~5.4" + "symfony/event-dispatcher": "~7.3" }, "autoload": { "psr-0": {