然后在使用Composer install 或者 composer update 的时候会停住不动。使用-vvv
可以输出更多信息,其命令参数输出的级别是Debug。具体可以查看composer help。
--verbose (-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
命令如:
composer install -vvv
composer update -vvv