然后在使用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
 posted on 2016-04-27 10:31  changs  阅读(4551)  评论(0编辑  收藏  举报