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
Error: Class'GuzzleHttp\HandlerStack' not found in ....../vendor/tomwalder/php-gds/src/GDS/Gateway/RESTv1.php:92Stack trace:
#0 ....../vendor/tomwalder/php-gds/src/GDS/Gateway/RESTv1.php(78): GDS\Gateway\RESTv1->initHttpClient()#1 ......./vendor/tomwalder/php-gds/src/GDS/Gateway/RESTv1.php(154): GDS\Gateway\RESTv1->httpClient()
This library is using GuzzleHttp\HandlerStack that is coming from GuzzleHttp package. But this dependency is not declared in composer.json. Does it make any sense? Is it considering Guzzle as default http client? Can anybody explain?
The text was updated successfully, but these errors were encountered:
This library is using
GuzzleHttp\HandlerStack
that is coming from GuzzleHttp package. But this dependency is not declared incomposer.json
. Does it make any sense? Is it considering Guzzle as default http client? Can anybody explain?The text was updated successfully, but these errors were encountered: