Skip to content

Commit

Permalink
feat: allow "willdurand/geocoder" v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Jan 3, 2025
1 parent 8c76dd3 commit a567dfd
Show file tree
Hide file tree
Showing 38 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion src/Provider/AlgoliaPlaces/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": "^8.0",
"ext-json": "*",
"geocoder-php/common-http": "^4.6",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/ArcGISOnline/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/AzureMaps/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/BingMaps/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"willdurand/geocoder": "^4.0.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/Chain/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"psr/log": "^1.0|^2.0|^3.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/FreeGeoIp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.1",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/GeoIP2/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geoip2/geoip2": "^2.0|^3.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/GeoIPs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.1"
"willdurand/geocoder": "^4.1|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/GeoPlugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"igorw/get-in": "^1.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/GeocodeEarth/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"geocoder-php/pelias-provider": "^1.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
4 changes: 2 additions & 2 deletions src/Provider/Geoip/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"ext-geoip": "*",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down Expand Up @@ -42,4 +42,4 @@
"test": "vendor/bin/phpunit",
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
}
}
}
2 changes: 1 addition & 1 deletion src/Provider/Geonames/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/GoogleMaps/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/GoogleMapsPlaces/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/GraphHopper/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/Here/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/HostIp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/IP2Location/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/IP2LocationBinary/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": "^8.0",
"ip2location/ip2location-php": "^8.1.1",
"symfony/polyfill-mbstring": "^1.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/IpInfo/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/IpInfoDb/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/Ipstack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/LocationIQ/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"require-dev": {
"geocoder-php/provider-integration-tests": "^1.6.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/MapQuest/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.6",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/MapTiler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.1",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/Mapbox/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/Mapzen/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/MaxMind/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"igorw/get-in": "^1.0",
"willdurand/geocoder": "^4.1"
"willdurand/geocoder": "^4.1|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/MaxMindBinary/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": "^8.0",
"geoip/geoip": "^1.17",
"symfony/polyfill-mbstring": "^1.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/Nominatim/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.1",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/OpenCage/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/OpenRouteService/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"geocoder-php/pelias-provider": "^1.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/Pelias/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/Photon/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.1",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/PickPoint/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/TomTom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/Yandex/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"geocoder-php/common-http": "^4.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0|^5.0"
},
"provide": {
"geocoder-php/provider-implementation": "1.0"
Expand Down

0 comments on commit a567dfd

Please sign in to comment.