From d6ae9a0529e1f39c4c7f9b2f29fff019d79cd1fb Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 22 Dec 2015 20:44:41 +0000 Subject: [PATCH] Tweak docs, refs #4716 --- doc/06-config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/06-config.md b/doc/06-config.md index 7e6a14a2e..ec1203d05 100644 --- a/doc/06-config.md +++ b/doc/06-config.md @@ -128,7 +128,8 @@ Defaults to `false`. If `true`, always optimize when dumping the autoloader. ## sort-packages -Defaults to `false`. If `true`, Keep packages sorted in `composer.json`. +Defaults to `false`. If `true`, the `require` command keeps packages sorted +by name in `composer.json` when adding a new package. ## classmap-authoritative