Showing posts with label Composer is getting stuck on installing dependencies. Show all posts
Showing posts with label Composer is getting stuck on installing dependencies. Show all posts

Monday, January 9, 2017

Composer is getting stuck on installing dependencies

 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.