安装
curl -sfL https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer
包的来源
VCS(线上版本控制系统)
composer.json
{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/username/hello-world"
        }
    ],
    "require": {
        "ac...
