hi,

when installing module with composer you get a warning
Package egeloen/http-adapter is abandoned, you should avoid using it. Use php-http/httplug instead.

checked the output of composer why -r egeloen/http-adapter

drupal/geocoder     2.2.0         requires  willdurand/geocoder (^3.3)                          
willdurand/geocoder v3.3.2        requires  egeloen/http-adapter (~0.8)   

https://packagist.org/packages/egeloen/http-adapter is replaced with https://packagist.org/packages/php-http/httplug

Comments

alesbencina created an issue. See original summary.

alesbencina’s picture

Title: Composer install warnings abandone package egeloen/http-adapter » Composer install warnings abandoned package egeloen/http-adapter
itamair’s picture

Status: Active » Closed (works as designed)

Don't worry about this. The Gecoder module (2.x) branch cannot make anything with this ...
as the egeloen/http-adapter is a requirement of the willdurand/geocoder:3.x library, that is dependency of the Gecoder module (2.x) itself.
This issue should be investigated (to see if already present) and addressed into the https://github.com/geocoder-php/Geocoder/tree/3.x branch.