MAC、LInux安装composer
curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer
Windows安装:
https://getcomposer.org/Composer-Setup.exe
composer
原文:https://www.cnblogs.com/mracale/p/9516955.html