-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Labels
Description
I have an application that utilise GuzzleHttp ~6.0 and due to how Geocoder depends on egeloen/http-adapter=0.7.*
it unable to resolved to a stable 3.0.0
but instead get one of the alpha.
katsana git:master ✓ composer show -i willdurand/geocoder
name : willdurand/geocoder
descrip. : The almost missing Geocoder PHP 5.4 library.
keywords : abstraction, geocoder, geocoding, geoip
versions : * v3.0.0-alpha2
type : library
license : MIT License (MIT) (OSI approved) http://spdx.org/licenses/MIT#licenseText
source : [git] https://github.com/geocoder-php/Geocoder.git 88a859af3fd49144505466d5636ac0aadccbe201
dist : [zip] https://api.github.com/repos/geocoder-php/Geocoder/zipball/88a859af3fd49144505466d5636ac0aadccbe201 88a859af3fd49144505466d5636ac0aadccbe201
names : willdurand/geocoder
autoload
psr-0
Geocoder => src/
requires
egeloen/http-adapter ~0.1
igorw/get-in ~1.0
php >=5.4.0
requires (dev)
geoip2/geoip2 ~0.6
symfony/stopwatch ~2.5
I seem that egeloen/http-adapter
0.8 plans to support GuzzleHttp ~6.0 but not sure how they planning forward now with egeloen/ivory-http-adapter#104