1
0
Fork 0

Clarify docs about stability, fixes #1094

pull/1097/head
Jordi Boggiano 2012-09-10 17:18:22 +02:00
parent 73c9bb8899
commit ab1c7fbb9b
1 changed files with 2 additions and 1 deletions

View File

@ -487,7 +487,8 @@ your project dependencies. Specific changes to the stability requirements of
a given package can be done in `require` or `require-dev` (see
[package links](#package-links)).
Available options are `dev`, `alpha`, `beta`, `RC`, and `stable`.
Available options (in order of stability) are `dev`, `alpha`, `beta`, `RC`,
and `stable`.
### repositories <span>(root-only)</span>