From 1a969dd95e22d96c10c42f3a42b03bde32173fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:59:27 +0000 Subject: [PATCH] Composer(deps): bump geocoder-php/nominatim-provider from 5.7.0 to 5.8.0 Bumps [geocoder-php/nominatim-provider](https://github.com/geocoder-php/nominatim-provider) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/geocoder-php/nominatim-provider/releases) - [Changelog](https://github.com/geocoder-php/nominatim-provider/blob/master/CHANGELOG.md) - [Commits](https://github.com/geocoder-php/nominatim-provider/compare/5.7.0...5.8.0) --- updated-dependencies: - dependency-name: geocoder-php/nominatim-provider dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 55 +++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/composer.lock b/composer.lock index 73dd08d4..7031e5e3 100644 --- a/composer.lock +++ b/composer.lock @@ -3785,16 +3785,16 @@ }, { "name": "geocoder-php/common-http", - "version": "4.6.0", + "version": "4.7.0", "source": { "type": "git", "url": "https://github.com/geocoder-php/php-common-http.git", - "reference": "d8c22a66120daed35ba8017467bc1ebfec28a63e" + "reference": "4209be6c31946ed5a658f6240ab21faaf5413f61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/geocoder-php/php-common-http/zipball/d8c22a66120daed35ba8017467bc1ebfec28a63e", - "reference": "d8c22a66120daed35ba8017467bc1ebfec28a63e", + "url": "https://api.github.com/repos/geocoder-php/php-common-http/zipball/4209be6c31946ed5a658f6240ab21faaf5413f61", + "reference": "4209be6c31946ed5a658f6240ab21faaf5413f61", "shasum": "" }, "require": { @@ -3802,7 +3802,7 @@ "php-http/discovery": "^1.17", "psr/http-client-implementation": "^1.0", "psr/http-factory-implementation": "^1.0", - "willdurand/geocoder": "^4.0" + "willdurand/geocoder": "^4.0|^5.0" }, "require-dev": { "nyholm/psr7": "^1.0", @@ -3841,35 +3841,34 @@ "http geocoder" ], "support": { - "source": "https://github.com/geocoder-php/php-common-http/tree/4.6.0" + "source": "https://github.com/geocoder-php/php-common-http/tree/4.7.0" }, - "time": "2023-12-28T10:51:54+00:00" + "time": "2025-04-15T12:38:11+00:00" }, { "name": "geocoder-php/nominatim-provider", - "version": "5.7.0", + "version": "5.8.0", "source": { "type": "git", "url": "https://github.com/geocoder-php/nominatim-provider.git", - "reference": "a50486161f6babad7b1ed7ee7bf86147b0844413" + "reference": "1b6852d33e9b558a13d98510fff66e76f4aed9b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/geocoder-php/nominatim-provider/zipball/a50486161f6babad7b1ed7ee7bf86147b0844413", - "reference": "a50486161f6babad7b1ed7ee7bf86147b0844413", + "url": "https://api.github.com/repos/geocoder-php/nominatim-provider/zipball/1b6852d33e9b558a13d98510fff66e76f4aed9b2", + "reference": "1b6852d33e9b558a13d98510fff66e76f4aed9b2", "shasum": "" }, "require": { "geocoder-php/common-http": "^4.1", - "php": "^7.4 || ^8.0", - "willdurand/geocoder": "^4.0" + "php": "^8.0", + "willdurand/geocoder": "^4.0|^5.0" }, "provide": { "geocoder-php/provider-implementation": "1.0" }, "require-dev": { - "geocoder-php/provider-integration-tests": "^1.0", - "php-http/curl-client": "^2.2", + "geocoder-php/provider-integration-tests": "^1.6.3", "php-http/message": "^1.0", "phpunit/phpunit": "^9.5" }, @@ -3900,9 +3899,9 @@ "description": "Geocoder Nominatim adapter", "homepage": "http://geocoder-php.org/Geocoder/", "support": { - "source": "https://github.com/geocoder-php/nominatim-provider/tree/5.7.0" + "source": "https://github.com/geocoder-php/nominatim-provider/tree/5.8.0" }, - "time": "2023-03-01T10:18:27+00:00" + "time": "2025-04-15T13:24:32+00:00" }, { "name": "graham-campbell/result-type", @@ -9707,25 +9706,25 @@ }, { "name": "willdurand/geocoder", - "version": "4.6.0", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/geocoder-php/php-common.git", - "reference": "be3d9ed0fddf8c698ee079d8a07ae9520b4a49a1" + "reference": "a749e00819d2929bd0ec40fb79853956332970ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/geocoder-php/php-common/zipball/be3d9ed0fddf8c698ee079d8a07ae9520b4a49a1", - "reference": "be3d9ed0fddf8c698ee079d8a07ae9520b4a49a1", + "url": "https://api.github.com/repos/geocoder-php/php-common/zipball/a749e00819d2929bd0ec40fb79853956332970ba", + "reference": "a749e00819d2929bd0ec40fb79853956332970ba", "shasum": "" }, "require": { - "php": "^7.4 || ^8.0" + "php": ">=8.2" }, "require-dev": { "nyholm/nsa": "^1.1", "phpunit/phpunit": "^9.5", - "symfony/stopwatch": "~2.5" + "symfony/stopwatch": "~2.5 || ~5.0" }, "suggest": { "symfony/stopwatch": "If you want to use the TimedGeocoder" @@ -9733,7 +9732,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.1-dev" + "dev-master": "5.1-dev" } }, "autoload": { @@ -9763,9 +9762,9 @@ "geoip" ], "support": { - "source": "https://github.com/geocoder-php/php-common/tree/4.6.0" + "source": "https://github.com/geocoder-php/php-common/tree/5.0.0" }, - "time": "2022-07-30T11:09:43+00:00" + "time": "2025-01-01T15:52:42+00:00" } ], "packages-dev": [ @@ -13208,6 +13207,6 @@ "platform": { "php": ">=8.2" }, - "platform-dev": {}, - "plugin-api-version": "2.6.0" + "platform-dev": [], + "plugin-api-version": "2.3.0" }