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
Not compatible with php-http/curl-client 2.0 as the Curl client expects a Psr\Http\Message\ResponseFactoryInterface and a Psr\Http\Message\StreamFactoryInterface arguments, but the CurlFactory instantiates the curl client with a Http\Message\MessageFactory and a Http\Message\StreamFactory.
Possible Solutions
Change the type-hint in the curl factory but this would probably be a BC break.