Kucoin / kucoin-php-sdk

PHP SDK for KuCoin API.
https://docs.kucoin.com
MIT License
79 stars 41 forks source link

Bumbing guzzle #97

Closed stadskle closed 3 years ago

stadskle commented 3 years ago

Any change of getting support for Guzzle HTTP 7?

Laravel 8 is now requiring Guzzle 7 ("guzzlehttp/guzzle": "^7.0.1"), and that is causing a few issues with this SDK. Currently I have downgraded Guzzle in Laravel and it seems to be working, but it would be great if the SDK could get official support for it.

hhxsv5 commented 3 years ago

Guzzle 7.x has been supported, please upgrade SDK to v1.1.21, thank you.