unicodeveloper / laravel-paystack

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

Is Paystack compactible with Laravel 9? #159

Closed cletuskingdom closed 2 years ago

cletuskingdom commented 2 years ago

I'm trying to install Paystack in Laravel 9 and i'm getting this error: what could be the issue?

image

cletuskingdom commented 2 years ago

image

Tetranyble commented 2 years ago

this package does not support laravel 9 as it's requesting for illuminate/support 6.0.0 => X <=8.0.0. Laravel 9 supports illuminate/support ^9.0.0.

Temian1 commented 2 years ago

how can I pull your own request please

unicodeveloper commented 2 years ago

@Temian1 @Tetranyble @cletuskingdom I just tagged a new release. It supports Laravel 9 now.

Temian1 commented 2 years ago

good bro