From 72bd9e088ff1c17dc5b7df31fa19a91e877d0715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 12:27:00 +0100 Subject: [PATCH] Update symfony/stopwatch requirement from ~2.5 || ~5.0 to ~2.5 || ~5.0 || ~7.0 in /src/Common (#1238) Update symfony/stopwatch requirement from ~2.5 || ~5.0 to ~2.5 || ~5.0 || ~7.0 --- updated-dependencies: - dependency-name: symfony/stopwatch dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fd4348f..122e72e 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require-dev": { "nyholm/nsa": "^1.1", "phpunit/phpunit": "^9.5", - "symfony/stopwatch": "~2.5 || ~5.0" + "symfony/stopwatch": "~2.5 || ~5.0 || ~7.0" }, "suggest": { "symfony/stopwatch": "If you want to use the TimedGeocoder"