composer: composer hangs after Installing dependencies statement
php composer.phar self-update
You are using the latest composer version.
php composer.phar diagnose
Checking platform settings: OK
Checking http connectivity: OK
Checking composer.json: FAIL
No license specified, it is recommended to do so. For closed-source software you may use "proprietary" as license.
Checking disk free space: OK
Checking composer version: OK.
php composer.phar --profile --verbose install
[13.3MB/0.17s] Loading composer repositories with package information
[28.0MB/11.15s] Updating dependencies (including require-dev)
Freezes after. Ran for 1 full night. Cpu goes crazy. I’m on ubuntu 12.04, php 5.3.10 (the one coming with ubuntu). No composer.lock by the way. Cleared cache also.
Any chance to give more debug info?
About this issue
- Original URL
- State: closed
- Created 11 years ago
- Comments: 22 (7 by maintainers)
For me was composer vendor. I did just
composer -vvv update
So after “composer install”, just right click on wamp icon and click ‘refresh’ and it will start the update. Figured out by a happy accident.