From a6a7961b1f3b3a76ed5155957fb3034d6e1e387f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:13:47 +0000 Subject: [PATCH] Update symfony/stopwatch requirement from ^5.4 to ^6.0 Updates the requirements on [symfony/stopwatch](https://github.com/symfony/stopwatch) to permit the latest version. - [Release notes](https://github.com/symfony/stopwatch/releases) - [Changelog](https://github.com/symfony/stopwatch/blob/6.3/CHANGELOG.md) - [Commits](https://github.com/symfony/stopwatch/compare/v5.4.0...v6.0.19) --- updated-dependencies: - dependency-name: symfony/stopwatch 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 152db2c..0960607 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "symfony/proxy-manager-bridge": "^5.4", "symfony/runtime": "^5.4", "symfony/security-bundle": "^5.4", - "symfony/stopwatch": "^5.4", + "symfony/stopwatch": "^6.0", "symfony/twig-bundle": "^5.4", "symfony/validator": "^5.4", "symfony/webpack-encore-bundle": "^1.11",