unicodeveloper / laravel-paystack

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

not install for laravel 8, php 8 #141

Open CodeOren opened 3 years ago

CodeOren commented 3 years ago

having issues installing this package with laravel 8 having this errors:

Problem 1

jobic10 commented 3 years ago

I'm having same issue. Were you able to fix this? If yes, how ?

donejeh commented 3 years ago

lol you guys are rushing too much like me here .. just downgrade your php version to 7.4 and enjoy without stressing yourself.. infact as for now even the latest web server or cPanel are not using php 8 yet..

or try this

composer require unicodeveloper/laravel-paystack guzzlehttp/guzzle:^7.0.1 http-interop/http-factory-guzzle:^1.0

You can replace guzzlehttp/guzzle http-interop/http-factory-guzzle with any of the package that is giving you isses

I'm having same issue. Were you able to fix this? If yes, how ?

jobic10 commented 3 years ago

🤣 We move 🏃🏼

donejeh commented 3 years ago

🤣 We move 🏃🏼

🤣🤣🤣🤣🤣 brother we move o. why wasting much when you have alternative abi suffering on top code never tired you?

theoafactor commented 3 years ago

try: composer install --ignore-platform-reqs

if you are installing the package without a reload of the .lock file

or: composer update --ignore-platform-reqs when you want a reload of the .lock file.

oojoseph67 commented 3 years ago

try: composer install --ignore-platform-reqs

if you are installing the package without a reload of the .lock file

or: composer update --ignore-platform-reqs when you want a reload of the .lock file.

Thanks man, you just saved me a lot of trouble