Closed Stadly closed 6 years ago
It seems that the latest version of Geocoder is not used by all the Travis runs, so the tests fail since AbstractHttpProvider
is not up to date. Seems weird, but can that be the case? Only 2 of 5 environments fail.
It looks good. I need to make a new release of the http-common-provider.
Ok
You need to update composer.json for this provider to geocoder-php/common-http:^4.1
Done. Didn't help Travis, though.
Use
getRequest
andgetParsedResponse
fromAbstractHttpProvider
instead of duplicating code inFreeGeoIp
. See https://github.com/geocoder-php/Geocoder/pull/864.