1
0
Fork 0

Fix by @stof: Forgot RC as a minimum-stability flag. #r1101718

pull/873/head
Rob Loach 2012-07-04 17:26:59 -03:00
parent dbf2466040
commit 12cf2441e0
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ 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`, and `stable`.
Available options are `dev`, `alpha`, `beta`, `RC`, and `stable`.
### repositories <span>(root-only)</span>