unicodeveloper / laravel-paystack

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

Adds Laravel 6.* Compatibility #83

Closed idoqo closed 4 years ago

idoqo commented 4 years ago

This adds compatibility with Laravel 6.* and should close #82 and #80

From the unit tests and a cursory look at the source files, all should go fine (hopefully), and I also tested by installing it as a private git package via composer using the answer here: https://stackoverflow.com/questions/12954051/use-php-composer-to-clone-git-repo#answer-27423768