-
Notifications
You must be signed in to change notification settings - Fork 313
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
Comments
I'm having same issue. |
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
|
🤣 |
🤣🤣🤣🤣🤣 brother we move o. why wasting much when you have alternative abi suffering on top code never tired you? |
try: if you are installing the package without a reload of the .lock file or: |
Thanks man, you just saved me a lot of trouble |
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].
The text was updated successfully, but these errors were encountered: