搜索

首页  >  问答  >  正文

如何不发布到packagist就能安装我自己写的composer代码包

看了这篇文章好像一定要传到packagist才能装代码,我应该怎么做跳过这步按照本地代码包?

高洛峰高洛峰3064 天前735

全部回复(1)我来回复

  • 三叔

    三叔2016-10-22 13:36:53

    "repositories": [
        {
            "type": "vcs",
            "url":  "https://github.com/user/project"
        }
    ]


    回复
    0
  • 取消回复