composer使用本地仓库

{

    "repositories": {
        "sms": {
            "type": "path",
            "url": "../sms"
        }
    },
    "require": {
        "sentiger/sms": "dev-master"
    }
}
原文地址:https://www.cnblogs.com/shiwenhu/p/10000443.html