From bced747ed3fa9d0d673d6f566f2bfe51c0ba0303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?imme=C3=ABmosol?= Date: Wed, 13 Oct 2021 22:45:15 +0200 Subject: [PATCH] Note that CMPSR_HM/config.json is partially merged (#10152) --- doc/03-cli.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index c35eabb61..d99f47e08 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -1030,8 +1030,9 @@ it points to `$XDG_CONFIG_HOME/composer`. On other \*nix systems, it points to #### COMPOSER_HOME/config.json You may put a `config.json` file into the location which `COMPOSER_HOME` points -to. Composer will merge this configuration with your project's `composer.json` -when you run the `install` and `update` commands. +to. Composer will partially (only `config` and `repositories` keys) merge this +configuration with your project's `composer.json` when you run the `install` and +`update` commands. This file allows you to set [repositories](05-repositories.md) and [configuration](06-config.md) for the user's projects.