mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Add note about stability flags and min stability to the basic usage docs, fixes #1403
This commit is contained in:
parent
e7f4768668
commit
c471afab95
1 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,12 @@ Version constraints can be specified in a few different ways.
|
|||
minor version you depend on, like `~1.2`, since in theory there should be no
|
||||
backwards compatibility breaks until 2.0, that works well.
|
||||
|
||||
By default only stable releases are taken into consideration. If you would like
|
||||
to also get RC, beta, alpha or dev versions of your dependencies you can do
|
||||
so using [stability flags](04-schema.md#package-links). To change that for all
|
||||
packages instead of doing per dependency you can also use the
|
||||
[minimum-stability](04-schema.md#minimum-stability) setting.
|
||||
|
||||
## Installing Dependencies
|
||||
|
||||
To fetch the defined dependencies into your local project, just run the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue