How to Fix Composer is operating significantly slower curl php
To fix the Composer is operating significantly slower curl PHP issue, you can configure Composer to use curl. Follow the below steps to configure cURL in PHP. Open your php.ini file (you can find the location of this file by running php –ini in your terminal). Look for the line that starts with ;extension=curl and … Read more