然后在使用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