razorpay / ifsc

:bank: IFSC Codes Repository
https://ifsc.razorpay.com
MIT License
337 stars 129 forks source link

Composer dependency resolver issue #97

Closed waqas-mehmood-pk closed 5 years ago

waqas-mehmood-pk commented 5 years ago

Please review the Problem No. 2 in following image.

image

I am installed this package with laravel 5.3. I have also try to fix the version of razorpay library as 1.0 which was working perfectly previously.

Any help/guidance needed..

captn3m0 commented 5 years ago

Please see http://docs.php-http.org/en/latest/httplug/users.html#composer-fails

As an easy solution you can run:

composer require php-http/curl-client razorpay/ifsc

You can replace php-http/curl-client with any package that provides php-http/client-implementation. See https://packagist.org/providers/php-http/client-implementation for a complete list.

I'm leaving this open till it gets documented in our README better.

captn3m0 commented 5 years ago

Leaving it open till we document this better.