To enable extensions, verify that they are enabled in your .ini files LARAVEL COMPOSER
Para cuando tratas de hacer un Composer Update y cmd te da el error " To enable extensions, verify that they are enabled in your .ini files" esto ocurre porque faltan paquetes php en nuestro localhost. Para solucionar ejecutamos en el siguiente orden las siguientes instrucciones:
Primeramente
Primeramente
sudo apt-get install php7.1-gd
luego
sudo apt-get install php7.1-intl
finalmente
sudo apt-get install php7.1-xsl
Asegurate de instalar correctamente de acuerdo a la version de php que tengas instalada.
Probado en Ubuntu 14.04PHP 7Laravel 5.7