We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
merge-replace
1 parent c89677d commit 99e570dCopy full SHA for 99e570d
README.md
@@ -66,6 +66,7 @@ Usage
66
"merge-dev": true,
67
"merge-extra": false,
68
"merge-extra-deep": false,
69
+ "merge-replace": true,
70
"merge-scripts": false
71
}
72
@@ -180,6 +181,11 @@ they are processed by Composer.
180
181
Note that `merge-plugin` sections are excluded from the merge process, but are
182
always processed by the plugin unless [recursion](#recurse) is disabled.
183
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
189
### merge-scripts
190
191
A `"merge-scripts": true` setting enables merging the contents of the
0 commit comments