Why updating of dependencies in composer is so slow?

后端 未结 5 743
夕颜
夕颜 2021-01-30 06:31

I am using composer (http://getcomposer.org/) to manage installed bundles in the Symfony2 (symfony v 2.1.3). Version of the composer is de3188c.

5条回答
  •  [愿得一人]
    2021-01-30 06:50

    I have found that it is also very slow, in the tens of minutes slow.

    For me I added -vvv and found it was hanging at stuff like Downloading https://packagist.org/p/provider-active$53cdf887c8d2925b3501f47d6980fb7bda2310716369bf7a84857c6e62bbab0f.json

    I then went to the browser and tried to download that JSON file and sure enough. It was packagist.org to be the cause of the slowness.

提交回复
热议问题