You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -121,9 +122,17 @@ made by earlier files. Files are loaded in the order specified by the
121
122
122
123
### ignore-duplicates
123
124
124
-
By default, Composer's conflict resolution engine is used to determine which version of a package should be installed when multiple files specify the same package. An `"ignore-duplicates": true` setting can be provided to change to a "first version specified wins" conflict resolution strategy. In this mode, duplicate package declarations found in merged files will be ignored in favor of the declarations made by earlier files. Files are loaded in the order specified by the `include` setting with globbed files being processed in alphabetical order.
125
+
By default, Composer's conflict resolution engine is used to determine which
126
+
version of a package should be installed when multiple files specify the same
127
+
package. An `"ignore-duplicates": true` setting can be provided to change to
128
+
a "first version specified wins" conflict resolution strategy. In this mode,
129
+
duplicate package declarations found in merged files will be ignored in favor
130
+
of the declarations made by earlier files. Files are loaded in the order
131
+
specified by the `include` setting with globbed files being processed in
132
+
alphabetical order.
125
133
126
-
Note: `"replace": true` and `"ignore-duplicates": true` modes are mutually exclusive. If both are set, `"ignore-duplicates": true` will be used.
134
+
Note: `"replace": true` and `"ignore-duplicates": true` modes are mutually
135
+
exclusive. If both are set, `"ignore-duplicates": true` will be used.
127
136
128
137
### merge-dev
129
138
@@ -196,8 +205,8 @@ GitHub as well.
196
205
License
197
206
-------
198
207
199
-
Composer Merge plugin is licensed under the MIT license. See the[`LICENSE`](LICENSE)
200
-
file for more details.
208
+
Composer Merge plugin is licensed under the MIT license. See the
0 commit comments