Composer php Composer总是将相同的包重写到缓存中

Composer php Composer总是将相同的包重写到缓存中,composer-php,Composer Php,在尝试优化作曲家流程时,我遇到了这个问题。 每次运行composerupdate-vvv时,我都可以看到有一组10个模块总是被重写到缓存中。 作曲家版本是1.8.6 [15.1MiB/4.06s] Downloading https://repo.packagist.com/ourcompany/packages.json [175.4MiB/21.64s] Writing /home/vagrant/.cache/composer/repo/https---repo.packagist.com

在尝试优化作曲家流程时,我遇到了这个问题。 每次运行composerupdate-vvv时,我都可以看到有一组10个模块总是被重写到缓存中。 作曲家版本是1.8.6

[15.1MiB/4.06s] Downloading https://repo.packagist.com/ourcompany/packages.json
[175.4MiB/21.64s] Writing /home/vagrant/.cache/composer/repo/https---repo.packagist.com-ourcompany/packages.json into cache
[155.8MiB/21.68s] Updating dependencies (including require-dev)
[156.0MiB/21.71s] Reading /home/vagrant/.cache/composer/repo/https---repo.packagist.com-ourcompany/provider-myvendor$module-mymodule2-products.json from cache
[156.0MiB/21.71s] Downloading https://repo.packagist.com/ourcompany/p/myvendor/module-mymodule2-products.json
[156.0MiB/23.13s] Writing /home/vagrant/.cache/composer/repo/https---repo.packagist.com-ourcompany/provider-myvendor$module-mymodule2-products.json into cache
................
................
[915.2MiB/46.60s] Resolving dependencies through SAT
这些包的集合总是相同的,composer缓存大小是2048MiB,增加它没有帮助

谢谢你的帮助