diff --git a/composer.json b/composer.json index d4e745db0..d8fdd1cea 100644 --- a/composer.json +++ b/composer.json @@ -41,8 +41,8 @@ "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^9.6.11", - "symfony/http-client": "^5.4.45 || ^6.4 || ^7.0", - "symfony/stopwatch": "^5.4 || ^6.4 || ^7.0" + "symfony/http-client": "^5.4.45 || ^6.4 || ^7.0 || ^8.0", + "symfony/stopwatch": "^5.4 || ^6.4 || ^7.0 || ^8.0" }, "suggest": { "ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.", diff --git a/src/Common/composer.json b/src/Common/composer.json index d67a506ce..eda69ae03 100644 --- a/src/Common/composer.json +++ b/src/Common/composer.json @@ -22,7 +22,7 @@ "require-dev": { "nyholm/nsa": "^1.1", "phpunit/phpunit": "^9.6.11", - "symfony/stopwatch": "~2.5 || ~5.0 || ~7.0" + "symfony/stopwatch": "~2.5 || ~5.0 || ~7.0 || ~8.0" }, "suggest": { "symfony/stopwatch": "If you want to use the TimedGeocoder" diff --git a/src/Http/composer.json b/src/Http/composer.json index 604b963fa..9269d62b5 100644 --- a/src/Http/composer.json +++ b/src/Http/composer.json @@ -25,7 +25,7 @@ "php-http/message": "^1.0", "php-http/mock-client": "^1.0", "phpunit/phpunit": "^9.6.11", - "symfony/stopwatch": "~2.5 || ~5.0" + "symfony/stopwatch": "~2.5 || ~5.0 || ~6.0 || ~7.0 || ~8.0" }, "extra": { "branch-alias": {