composer 使用

#安装 composer

curl -sS https://getcomposer.org/installer | php

直接下载 composer.phar( https://getcomposer.org/composer.phar)

 

php composer.phar install

原文地址:https://www.cnblogs.com/siqi/p/7041740.html