php composer update stuck
Solution :
a) Download and Install updated composer
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-composer-on-ubuntu-14-04
b) Use update command with verbose mode
composer -vvv update
It will display every single output and you will not be impatient.
Solution :
a) Download and Install updated composer
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-composer-on-ubuntu-14-04
b) Use update command with verbose mode
composer -vvv update
It will display every single output and you will not be impatient.
No comments:
Post a Comment