Closed pktharindu closed 4 years ago
Could you try and test this branch:
composer require protonemedia/laravel-paddle:dev-laravel-8.0-http
Fixed with #16
Sorry, I wasn't able to get back to this until today. Everything seems to work fine now. 🚀 Thanks!
Installing this package on a Laravel 8 project throws this:
The problem is
kitetail/zttp
requiresguzzlehttp/guzzle ^6.0
whereas Laravel 8 requiresguzzlehttp/guzzle ^7.0.1
.It doesn't look like the
kitetail/zttp
package is maintained anymore.https://twitter.com/adamwathan/status/1305644837698449408
Please consider dropping
kitetail/zttp
in favor of Laravel's baked in HTTP Client: https://laravel.com/docs/8.x/http-client