Slow updating of composer dependencies, despite --prefer-dist flag

后端 未结 10 1740
走了就别回头了
走了就别回头了 2020-12-22 18:42

Why does it take up to two minutes for my composer dependencies to update, even when there have been no changes?

A popular suggestion is to append the --prefer-

10条回答
  •  春和景丽
    2020-12-22 19:17

    I was having this issue while running Symfony2 on a VM that had low memory. I increased the machine's memory and it improved drastically. You may check the memory on your system and see if it can be upgraded.

提交回复
热议问题