From 8e2c6e6941d9d898abd1d6e463d06df402cbd382 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Mon, 8 Dec 2025 16:13:09 +0100 Subject: [PATCH 1/3] feat: allow symfony 8 (dev-requirement) --- composer.json | 4 ++-- src/Common/composer.json | 2 +- src/Http/composer.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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..1cfc99a11 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..bd430d884 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": { From 0af1b194e5f06824b8d22e8ac2fff68842aec5bb Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 9 Dec 2025 09:38:53 +0100 Subject: [PATCH 2/3] Update src/Common/composer.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jonathan Beliën --- src/Common/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/composer.json b/src/Common/composer.json index 1cfc99a11..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 || ^8.0" + "symfony/stopwatch": "~2.5 || ~5.0 || ~7.0 || ~8.0" }, "suggest": { "symfony/stopwatch": "If you want to use the TimedGeocoder" From 8eaf7d99d069407dc0ec95ea6067f32e9c342b30 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 9 Dec 2025 09:38:59 +0100 Subject: [PATCH 3/3] Update src/Http/composer.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jonathan Beliën --- src/Http/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/composer.json b/src/Http/composer.json index bd430d884..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 || ^6.0 || ^7.0 || ^8.0" + "symfony/stopwatch": "~2.5 || ~5.0 || ~6.0 || ~7.0 || ~8.0" }, "extra": { "branch-alias": {