How to mark code as stable using Composer?

后端 未结 4 960
臣服心动
臣服心动 2020-12-08 19:37

I\'ve recently come across the change in composer meaning that the default minimum-stability is stable, and rather than set this to dev

4条回答
  •  死守一世寂寞
    2020-12-08 20:07

    The answer is: Tags. Your may also use Alias, if you don't want to use tags. But it's worth to mention, that you should only mark your packages as stable, when they are stable and not to make others believe they are.

    Update: One more link: Stability

提交回复
热议问题