修改composer配置(以修改cache-files-maxsize为例)

1.composer config -l -g查看composer配置信息

2.修改配置:composer config --global cache-files-maxsize 1024MiB   

猜你喜欢

转载自www.cnblogs.com/luqiang213917/p/11806260.html