From 9d10f5c6f0cdd6f2fe797d4c277230121193865a Mon Sep 17 00:00:00 2001 From: erikmaarten Date: Sun, 30 Jun 2013 21:00:16 +0900 Subject: [PATCH] Update 04-schema.md Added example line for how to enable prefer-stable. Some other examples in the document show options enabled using the string "true" and since this is not the case for prefer-stable I added an example to avoid confusion. --- 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 cfb0567c7..00603a0c4 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -513,7 +513,7 @@ and `stable`. 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. +selected granted that the minimum-stability allows for it. Use `"prefer-stable": true` to enable. ### repositories (root-only)