geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.95k stars 519 forks source link

Invalid base class for Yandex provider. #785

Closed roro15 closed 7 years ago

roro15 commented 7 years ago

Yanex provider inherit from Geocoder\Http\Provider\AbstractHttpProvider, but that class doesnot exist. Added GoogleMaps provider and it has "geocoder-php/common-http": "^4.0", in dependencies, so problem solved. Think "geocoder-php/common-http": "^4.0" should be in depenencies of Yandex provider.

Nyholm commented 7 years ago

Thank you. That is very correct. Could you send a PR?

Nyholm commented 7 years ago

Closed by#788