Composer doesn’t change the packages/extensions that PHP uses so you’ll need to do that manually.
Try:
sudo apt-get install php-curl for PHP 7
or:
sudo apt-get install php5-curl for PHP5
Composer doesn’t change the packages/extensions that PHP uses so you’ll need to do that manually.
Try:
sudo apt-get install php-curl for PHP 7
or:
sudo apt-get install php5-curl for PHP5