From 12cf2441e0800a49a7b32aefffba1163a2f8e3e3 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Wed, 4 Jul 2012 17:26:59 -0300 Subject: [PATCH] Fix by @stof: Forgot RC as a minimum-stability flag. #r1101718 --- doc/04-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index ab95bb79c..ad73c723f 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -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 (root-only)