You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, In my very first install, my project has a "minimum-stability : stable" instruction into composer.json. It hurts the installation process of some (or all) dependencies, so I could not fix that changing to "dev" instead of "stable" and installing puli/composer-plugin, so I don't know what is the best approach here. Could anyone describe the necessary minimum-stability to use the Geocoder package and additional providers?
Bellow, it is my current composer.json dependencies:
I removed "minimum-stability" instruction and added "php-http/message": "^1.8" and it worked. Why it's is necessary I don't know. geocoder-php/google-maps-provider failed to be instantiated without it but it is a dev dependency.
So, In my very first install, my project has a "
minimum-stability : stable
" instruction into composer.json. It hurts the installation process of some (or all) dependencies, so I could not fix that changing to "dev
" instead of "stable
" and installingpuli/composer-plugin
, so I don't know what is the best approach here. Could anyone describe the necessary minimum-stability to use the Geocoder package and additional providers?Bellow, it is my current composer.json dependencies:
The text was updated successfully, but these errors were encountered: