Flutterwave / PHP-v3

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

installing php v-3 #10

Closed Loydtafireyi closed 3 years ago

Loydtafireyi commented 3 years ago

How do i require this sdk in my project. tried composer require Flutterwave-PHP-v3 and it seems not to be working

obaydmir commented 3 years ago

@Loydtafireyi this should work composer require flutterwavedev/flutterwave-v3.

Loydtafireyi commented 3 years ago

@obaydmir can you please include this in the readme file to avoid confusion for new users. Thank you.

obaydmir commented 3 years ago

@obaydmir can you please include this in the readme file to avoid confusion for new users. Thank you.

Unfortunately, I'm not able to do that. I'm not part of their development team.

salvationarinze commented 3 years ago

@Loydtafireyi Thanks for the feedback. Will do

kenkioko commented 3 years ago

I have tried composer require. There is a conflict with "monolog/monolog": "^2.0". Your package currently requires "monolog/monolog": "1.*". Can you upgrade the required package?

salvationarinze commented 3 years ago

Thanks. Will do