I've recently come across the change in composer meaning that the default minimum-stability
is stable
, and rather than set this to dev
I'd like to mark some of my libraries as stable.
I actually use two relevant branches, release
and dev
branched from master
. Every so often something is merged into release
and tagged as new version.
How does composer determine the stability of my libraries, is there a naming convention for branches, version nums, a key in composer.json?
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…