search

Home  >  Q&A  >  body text

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

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

高洛峰高洛峰3063 days ago726

reply all(1)I'll reply

  • 三叔

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

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


    reply
    0
  • Cancelreply