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
"No factories found. Install php-http/message to use Guzzle or Diactoros factories."
This is not correct. You could have php-http/message installed and still get this error. We should explain better that you need php-http/message and an implementation of PSR-7.
Same with the HttpAsyncClientDiscovery and HttpClientDiscovery, atm we get an exception saying "Not found". This could also be improved.
The text was updated successfully, but these errors were encountered:
When we do not find a factory we throw an exception like this:
"No factories found. Install php-http/message to use Guzzle or Diactoros factories."
This is not correct. You could have
php-http/message
installed and still get this error. We should explain better that you needphp-http/message
and an implementation of PSR-7.Same with the
HttpAsyncClientDiscovery
andHttpClientDiscovery
, atm we get an exception saying "Not found". This could also be improved.The text was updated successfully, but these errors were encountered: