-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install providers #1163
Comments
Hello @mrelliot69 , According to the following warning, it seems that you're still using Composer version 1.
Could you try to upgrade to Composer version 2 and give it another try? composer self-update --2 |
Also, you seem to run the following command: composer require geocoder-php/nominatim-provider But Composer indicates that you miss a You indeed need to specify which library you want to use (Guzzle, cUrl, ...)! Check the main documentation here: https://github.com/geocoder-php/Geocoder#summary-just-give-me-the-command |
Thanks @jbelien , another question: For example arcgis have an id to identify that address, its possible to get that info also on the result array? |
See #1164 |
Heyy, im trying to install the providers like
composer require geocoder-php/nominatim-provider
but i allways get an error and i'm unable to procced
anyone know how i can fix this?
The text was updated successfully, but these errors were encountered: