Composer Is Operating Significantly Slower Than Normal Because You Do Not Have The PHP Curl Extension Enabled

Composer is operating significantly slower than normal because you do not have the PHP curl extension enabled

// Error :
// Composer is operating significantly slower than normal because
// you do not have the PHP curl extension enabled

sudo apt-get install php-curl

 

Leave a Comment