From 36e81e3cc67d9d4bff9d87661daef73290ecf8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?= Date: Tue, 15 Apr 2025 15:24:32 +0200 Subject: [PATCH 1/2] Update CHANGELOG.md for all providers Prepare new release for PHP Geocoder 5 support. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 286f1ab..5523568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee ## 4.7.0 +### Added + - Add support for PHP Geocoder 5 ## 4.6.0 +### Removed + - Drop support for PHP 7 + +### Changed + - Make PSR-17 a first class citizen ## 4.5.0 From 581d1fbfba8509e72a5e45d41e2cc9e6e8b2e876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20Nork=C5=ABnas?= Date: Sat, 7 Jun 2025 11:08:41 +0300 Subject: [PATCH 2/2] Resolve some deprecations and remove igorw/get-in dependency (#1257) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove `igorw/get-in` dependency to simplify code * Fix phpunit deprecation * Simplify phpunit's `->will($this->returnValue())` with `->willReturn()` * Simplify phpunit's `->will($this->returnCallback())` with `->willReturnCallback()` * Fix deprecated mock builder `setMethds` with `createPartialMock` * Remove deprecated phpstan `checkGenericClassInNonGenericObjectType` option * Bump phpunit to 9.6 --------- Co-authored-by: Jonathan Beliƫn --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 982d383..604b963 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "nyholm/psr7": "^1.0", "php-http/message": "^1.0", "php-http/mock-client": "^1.0", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.6.11", "symfony/stopwatch": "~2.5 || ~5.0" }, "extra": {