-
Notifications
You must be signed in to change notification settings - Fork 152
Breaks with Buzz v0.17.x #167
Comments
…ed version for dev unit testing
…ponses, and middleware over listeners
…date Travis config
Can confirm. What would be a temporary workaround until @richsage merges the PR? |
@BernhardWebstudio You could use my branch directly but the quickest way / smallest change is probably to pin an older Buzz version in your own
|
This will disable both peer and host SSL verification by cURL
Hi, How can i solve (Attempted to call an undefined method named "setTimeout" of class "Buzz\Client\Curl".) plz. Thanks. |
Did you make the adjustment in composer.json, @dridi93 , as suggested in his [answer](url |
@BernhardWebstudio Yes, when i did that i got "Only instances of PSR7 Response and Buzz responses are allowed".. |
@NoelLH @BernhardWebstudio ... what's new ! |
I am sorry, with the given information, I cannot help you any further. Either you have the correct version of buzz, then there will be a method It would be nicest, if @richsage could comment when or why not this PR could get accepted? This would eliminate this error in total... |
There is 1 call I've noticed so far to setTimeout() which is removed as per BC breaks listed at https://github.com/kriswallsmith/Buzz/blob/master/CHANGELOG.md#0170 - so as of 10 days ago a new composer install with this lib does not work.
Short term I'd suggest this lib should either pin a version range with v0.16 max, or go straight to requiring v0.17 minimum and update all these calls. I'll try to put a PR together for the latter approach today.
Sample broken call log:
The text was updated successfully, but these errors were encountered: