1
0
Fork 0

Add prefer-stable docs

pull/1740/head
Jordi Boggiano 2013-03-30 20:02:29 +01:00
parent b0297ef67a
commit a112231c55
1 changed files with 7 additions and 0 deletions

View File

@ -493,6 +493,13 @@ a given package can be done in `require` or `require-dev` (see
Available options (in order of stability) are `dev`, `alpha`, `beta`, `RC`,
and `stable`.
### prefer-stable <span>(root-only)</span>
When this is enabled, Composer will prefer more stable packages over unstable
ones when finding compatible stable packages is possible. If you require a
dev version or only alphas are available for a package, those will still be
selected granted that the minimum-stability allows for it.
### repositories <span>(root-only)</span>
Custom package repositories to use.