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.",