From 536685fa9c51b7254baee017ccdd49da41816b28 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 1 Jul 2013 00:14:57 +0200 Subject: [PATCH] Make more obvious --- doc/04-schema.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index 00603a0c4..4ff0284ca 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -513,7 +513,9 @@ 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. Use `"prefer-stable": true` to enable. +selected granted that the minimum-stability allows for it. + +Use `"prefer-stable": true` to enable. ### repositories (root-only)