howardjones / network-weathermap

Network Weathermap draws diagrams from data
http://www.network-weathermap.com/
MIT License
426 stars 95 forks source link

Guzzle/Guzzle has now been replaced by GuzzleHttp/Guzzle #123

Closed netniV closed 6 years ago

netniV commented 6 years ago

Everytime I run the composer update, it warns me about Guzzle/Guzzle being depreciated:

Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
howardjones commented 6 years ago

The Code Climate test reporter (something used only during dev) requires a module which in turn requires guzzle/guzzle. It doesn't hurt anything, and doesn't affect the final weathermap at all.

It looks like the Code Climate module specifically depends on a very old version (1.0) of php-coveralls. This is resolved in the current (6.0!) version. Supposedly Code Climate will be deprecating this module altogether at some point, and actually, I am already using the newer version, so I'll take this dependency out of composer.json altogether.

Got there in the end.

# composer depends guzzle/guzzle
satooshi/php-coveralls  v1.1.0  requires  guzzle/guzzle (^2.8 || ^3.0)
# composer depends satooshi/php-coveralls
codeclimate/php-test-reporter  v0.4.4  requires  satooshi/php-coveralls (^1.0)