thephpleague / oauth1-client

OAuth 1 Client
MIT License
968 stars 73 forks source link

The package is using the deprecated guzzle/guzzle instead of guzzlehttp/guzzle #72

Closed j3j5 closed 8 years ago

j3j5 commented 8 years ago

This package requires on composer.json guzzle/guzzle on its version 3 which is deprecated in favor of guzzlehttp/guzzle.

The latest maintained version is guzzlehttp/guzzle 5.x, which has a new namespace. I can create a PR if you are fine with it.

bencorlett commented 8 years ago

Hey @j3j5, I just saw your comment on #71, good to know somebody else is running that code without issue as well :)

I'm going to close this off now.