Skip to content

Commit 99e570d

Browse files
mjauvinreedy
authored andcommitted
document merge-replace setting
1 parent c89677d commit 99e570d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Usage
6666
"merge-dev": true,
6767
"merge-extra": false,
6868
"merge-extra-deep": false,
69+
"merge-replace": true,
6970
"merge-scripts": false
7071
}
7172
}
@@ -180,6 +181,11 @@ they are processed by Composer.
180181
Note that `merge-plugin` sections are excluded from the merge process, but are
181182
always processed by the plugin unless [recursion](#recurse) is disabled.
182183

184+
### merge-replace
185+
186+
By default, the `replace` section of included files are merged.
187+
A `"merge-replace": false` setting will disable this behavior.
188+
183189
### merge-scripts
184190

185191
A `"merge-scripts": true` setting enables merging the contents of the

0 commit comments

Comments
 (0)