composer更换镜像源
Posted liyuchuan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了composer更换镜像源相关的知识,希望对你有一定的参考价值。
1、更换composer镜像源为阿里云composer镜像
开发者社区地址:https://developer.aliyun.com/composer
全局配置:
composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/
取消配置:
composer config -g --unset repos.packagist
2、查看composer配置
composer config -l -g
以上是关于composer更换镜像源的主要内容,如果未能解决你的问题,请参考以下文章