Composer: Develop directly in vendor packages

前端 未结 3 1755
情歌与酒
情歌与酒 2021-01-02 11:43

I have a PHP project where I use composer.

My own main library is actually a required package, as I\'m also building a \"standalone version\" for people to install (

3条回答
  •  独厮守ぢ
    2021-01-02 12:19

    After all these years... I have created a package that makes it easy to develop Composer packages while using them, making use of Composer's "path repositories", but without having to touch composer.json, which might not be desirable in a repository shared with other developers.

    Shameless plug, but this was my own question, so I hope this is okay. :)

提交回复
热议问题