Some settings on your machine may cause stability issues with Composer. If you encounter issues, try to change the following:
The xdebug extension is loaded, this can slow down Composer a little. Disabling it when using Composer is recommended.
Some settings on your machine may cause stability issues with Composer. If you encounter issues, try to change the following:
The xdebug extension is loaded, this can slow down Composer a little. Disabling it when using Composer is recommended.
Oi Daniel, tudo bom?
Tenta primeiro atualizar seu composer:
composer self-update
Se não rolar, você pode desabilitar o xdebug com a seguinte linha de comando:
sudo phpdismod -s cli xdebug
Não esquece de reiniciar seu apache:
sudo service apache2 restart
Se você estiver no windows, você pode abrir seu arquivo php.ini e desabiligar a linha
;zend_extension="path_to\php_xdebug.dll" // adicione o ponto e virgula na frente para desabilitar
Não esquece de reiniciar seu apache também =)
Qualquer dificuldade, compartilha com a gente!
Abraço e bons estudos