hi,all
我的composer.json如下:
{
"repositories": [
{
"type":"vcs",
"url":"/path/webbuild"
}
],
"require": {
"xx/webbuild":"dev-master"
}
}
当我使用composer install --prefer-source --profile的来安装依赖,发现非常非常慢,这是为什么呢?
此外,我尝试了:composer install
仍旧很慢~
我发现,可能是以下的下载项导致,但我不确定什么原因:
我使用本地的git仓库,无需connect官方的仓库,为何会有这么多的download呢?

Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
学习是最好的投资!