IsraelOrtuno / pipedrive

Complete Pipedrive API client for PHP
MIT License
166 stars 58 forks source link

Not compatible with Guzzle HTTP Client 5.x #16

Closed gromez closed 8 years ago

gromez commented 8 years ago

In the composer.json it seems to be compatible but here is the error

Uncaught Error: Call to undefined method GuzzleHttp\Client::getConfig() in devio/pipedrive/src/Http/PipedriveClient.php:46

I cannot update to 6.x because of other dependencies. Anything to do?

Thanks

IsraelOrtuno commented 8 years ago

Have you tried specifying the guzzle version when creating the Pipedrive instance?

Show that if you can

On Thursday, 22 September 2016, Jérôme Groven notifications@github.com wrote:

In the composer.json it seems to be compatible but here is the error

Uncaught Error: Call to undefined method GuzzleHttp\Client::getConfig() in devio/pipedrive/src/Http/PipedriveClient.php:46

I cannot update to 6.x because of other dependencies. Anything to do?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IsraelOrtuno/pipedrive/issues/16, or mute the thread https://github.com/notifications/unsubscribe-auth/ABr_ySVskJm4Wat4bjv58FjgMJ5z-h1Dks5qsobqgaJpZM4KD6Rh .

Un saludo Israel Ortuño

gromez commented 8 years ago

You right, I thought it was automatic :) Everything is fine with $guzzleVersion to 5.

Sorry, you can close the issue.