Why is PHP Composer so slow?

前端 未结 13 2006
攒了一身酷
攒了一身酷 2021-01-29 19:03

Why is PHP Composer so slow when all I do is init a project with zero dependencies? Here are the commands I run:

composer init

相关标签:
13条回答
  • 2021-01-29 19:40

    Best way to find out is running composer update/install with verbosity. composer {install/update} -vvv. Using the flag -h may help you in the future

    0 讨论(0)
提交回复
热议问题