Flutterwave / PHP-v3

PHP Library for Flutterwave v3 APIs
MIT License
18 stars 17 forks source link

Failed to install having issues with monolog/monolog 2.0.2 #22

Closed Francis-nova closed 2 years ago

Francis-nova commented 3 years ago

Trying to install the package in my project

`our requirements could not be resolved to an installable set of packages.

Problem 1

Don't really understand why this is happening

devsrealm commented 3 years ago

I have a similar issue, any fix for this yet?

bajoski34 commented 3 years ago

Hi @devsrealm @Francis-nova this issue has been resolved.

dejovy commented 3 years ago

Hi @devsrealm @Francis-nova this issue has been resolved.

But am getting the same issue with laravel 6!!!

japhyamg commented 3 years ago

Hi @devsrealm @Francis-nova this issue has been resolved.

But am getting the same issue with laravel 6!!! Have you found a solution to this issue??

spectrummfb commented 2 years ago

Hi @devsrealm @Francis-nova this issue has been resolved.

I'm getting this issue with laravel 8, how do I fix

CodeNinjaUG commented 2 years ago

it looks like the monolog version was changed to 1.* which is not working for updated versions of laravel with monolog with version 2

dejovy commented 2 years ago

Check your composer.json file and confirm the exact version of laravel. Is it 8.0 or you may need to downgrade it! I once faced this issue and downgraded to 8.0. specified my laravel version like this ""laravel/framework": "^8.0",".

On Wed, Aug 11, 2021 at 12:49 PM spectrummfb @.***> wrote:

Hi @devsrealm https://github.com/devsrealm @Francis-nova https://github.com/Francis-nova this issue has been resolved.

I'm getting this issue with laravel 8, how do I fix

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Flutterwave/Flutterwave-PHP-v3/issues/22#issuecomment-896679919, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFNX2PGLVFMBREL5ECJ4UITT4JBRJANCNFSM4W4V26UQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

salvationarinze commented 2 years ago

@CodeNinjaUG @JovanDon This issue has been resolved. We appreciate your patience

CodeNinjaUG commented 2 years ago

Am goin to test it