Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not install for laravel 8, php 8 #141

Open
CodeOren opened this issue Jan 15, 2021 · 6 comments
Open

not install for laravel 8, php 8 #141

CodeOren opened this issue Jan 15, 2021 · 6 comments

Comments

@CodeOren
Copy link

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].

@jobic10
Copy link

jobic10 commented Feb 17, 2021

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

@donejeh
Copy link

donejeh commented Feb 27, 2021

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
Copy link

jobic10 commented Feb 27, 2021

🤣
We move 🏃🏼

@donejeh
Copy link

donejeh commented Feb 27, 2021

🤣
We move 🏃🏼

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

@theoafactor
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants