Linux 和 Mac OS X
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
windows
下载并运行 Composer-Setup.exe
阿里云镜像
composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
下载并运行 Composer-Setup.exe
composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/
Comments | NOTHING