Composer: Develop directly in vendor packages

前端 未结 3 1738
情歌与酒
情歌与酒 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:09

    You can update only a single or few packages by specifying them at the end for the update comamnd:

    composer update pkg1 pkg2 ...
    

提交回复
热议问题