fillup / walmart-partner-api-sdk-php

PHP client for Walmart Partner APIs
MIT License
37 stars 51 forks source link

"Use guzzlehttp/guzzle instead" #26

Closed hamiltonnieri8755 closed 7 years ago

hamiltonnieri8755 commented 7 years ago

Hi

I downloaded the repo and copied it to xampp/htdocs.

And executed "composer install".

It returns "Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.".

Any idea, @fillup @vanhoavn @simoheinonen ?

simoheinonen commented 7 years ago

See https://github.com/fillup/walmart-partner-api-sdk-php/issues/7#issuecomment-244391968

After https://github.com/guzzle/guzzle-services/pull/109 has been merged it would be possible to get rid of that message

hamiltonnieri8755 commented 7 years ago

OK, it works, thanks.