I am trying to use
composer.json
file. but, when I am trying to run command '
composer require "jaggedsoft/php-binance-api @dev"
in my laravel project I am getting an error:
- Root composer.json requires PHP extension ext-http * but it is missing from your system. Install or enable PHP's http extension.
I already looked for the extension in my php.ini file and removed the semicolon from extension=intll. That was according to the solution i found on stack overflow but its not working for me. I would really appreciate you guys help .Thanks in advance!