unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack

Home Page:https://paystack.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not install for laravel 8, php 8

CodeOren opened this issue · comments

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

Problem 1
- unicodeveloper/laravel-paystack 1.0.0 requires guzzlehttp/guzzle ~5.0 -> found guzzlehttp/guzzle[5.0.0, ..., 5.3.x-dev] but it conflicts with your root composer.json require (^7.0.1).
- unicodeveloper/laravel-paystack[1.0.1, ..., 1.0.3] require php ^5.4.0|^7.0 -> your php version (8.0.0) does not satisfy that requirement.
- unicodeveloper/laravel-paystack 1.0.4 requires php ^7.0 -> your php version (8.0.0) does not satisfy that requirement.
- unicodeveloper/laravel-paystack[1.0.5, ..., 1.0.6] require php ^7.2 -> your php version (8.0.0) does not satisfy that requirement.
- Root composer.json requires unicodeveloper/laravel-paystack 1.0.* -> satisfiable by unicodeveloper/laravel-paystack[1.0.0, ..., 1.0.6].

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

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 ?

🤣
We move 🏃🏼

🤣
We move 🏃🏼

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

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.

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