unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack
https://paystack.co
MIT License
597 stars 310 forks source link

Not working, please help #118

Open zeevx opened 3 years ago

zeevx commented 3 years ago

When I run composer require unicodeveloper/laravel-paystack in laravel 8 ...I get: Problem 1

KgotsoK commented 3 years ago

Well I think its clear that this paystack library requires an older version of guzzlehttp/guzzle.

You currently have version 7.1.0 in your composer.json (probably), and this package wants to install version 5.3.x-dev or 6.5.x-dev. try dropping your current version and see if it solves the issue.

KgotsoK commented 3 years ago

UPDATE: I just checked, the package was updated to support laravel 8, which should bring in support for this version of guzzle. try again

kingzamzon commented 3 years ago

@zeevx kindly share your update. :+1: