From a59b1feda77cd88789713559f58b2070282c8e8b Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sat, 2 Mar 2024 10:25:01 +0100 Subject: [PATCH] feat: bump dev dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index bfe23a855..ab9f4b442 100644 --- a/composer.json +++ b/composer.json @@ -41,9 +41,9 @@ "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5", - "symfony/http-client": "^5.4 || ^6.3", - "symfony/stopwatch": "~2.5 || ~5.0" + "phpunit/phpunit": "^9.6", + "symfony/http-client": "^5.4 || ^6.4 || ^7.0", + "symfony/stopwatch": "^5.4 || ^6.4 || ^7.0" }, "suggest": { "ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",