修改composer配置(以修改cache-files-maxsize为例)修改composer拉取包出现"Content-Length mismatch"的问题

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

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

原文地址:https://www.cnblogs.com/luqiang213917/p/11806260.html