Ali cloud composer mirror

July 3, 2019 13:46:13

https://mirrors.aliyun.com/composer/index.html

Ali cloud image update time more timely

First, the global configuration (recommended) 
All projects will use the mirror address: 

Composer config -g repo.packagist Composer HTTPS: // mirrors.aliyun.com/composer/ 
canceled configuration: 

Composer config -g - unset . Repos packagist 
II. project configuration 
modify only the current project configuration, only the current project can use the mirror address: 

composer config repo .packagist composer HTTPS: // mirrors.aliyun.com/composer/ 
canceled configuration: 

composer config - unset . Repos packagist 
debugging 
composer command increases - VVV may output detailed information command is as follows: 

Composer -vvv the require alibabacloud / SDK

 

Guess you like

Origin www.cnblogs.com/zx-admin/p/11125940.html