From 01c44f0dc0209c93a81b5e2138758271546b38c6 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 2 Mar 2024 12:42:12 +0100 Subject: [PATCH] feat: bump dev dependencies (#1218) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Christopher Georg Co-authored-by: Jonathan Beliƫn --- 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.",