I tried updating a Laravel project I\'m working on today using composer update
composer update
But it hung on Updating dependencies (including require-dev)
Updating dependencies (including require-dev)
For me the issue was with xDebug. I was using IDE's terminal, and the debugger was listening to incoming connections (as always). Turning the listening off (without requiring to disable the extension) solved the issue.