You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
php-http/mock-client introduced a breaking change in a minor release. This breaks Swis\Http\Fixture\Client::doSendRequest because the parent method no longer exists.
php-http/mock-client
introduced a breaking change in a minor release. This breaksSwis\Http\Fixture\Client::doSendRequest
because the parent method no longer exists.https://github.com/php-http/mock-client/blame/a797c2a9122cccafcce14773b8a24d2808a9ab44/src/Client.php#L87
Adding this new method would fix it:
The text was updated successfully, but these errors were encountered: