From e665a895b10d00e5d751bde02dbda54529273ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 02:05:45 +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.3) --- updated-dependencies: - dependency-name: symfony/event-dispatcher dependency-version: 7.3.3 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 603d569ee..8a1dd21db 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": {