安装
windows
点击链接 https://getcomposer.org/Composer-Setup.exe 下载,直接安装就可以了。
Mac/Linux
$ php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
$ php -r "if (hash_file('SHA384', 'composer-setup.php') === '544e09ee996cd...
『阅读更多』