Skip to content

Commit 81c6ac7

Browse files
authored
Word wrap README
1 parent 1bc876a commit 81c6ac7

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ extensions which may be managed via Composer.
2424
Installation
2525
------------
2626

27-
Composer Merge Plugin requires [Composer 1.0.0](https://getcomposer.org/) or newer.
27+
Composer Merge Plugin requires [Composer 1.0.0](https://getcomposer.org/) or
28+
newer.
2829

2930
```
3031
$ composer require wikimedia/composer-merge-plugin
@@ -121,9 +122,17 @@ made by earlier files. Files are loaded in the order specified by the
121122

122123
### ignore-duplicates
123124

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.
125133

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.
127136

128137
### merge-dev
129138

@@ -196,8 +205,8 @@ GitHub as well.
196205
License
197206
-------
198207

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
209+
[`LICENSE`](LICENSE) file for more details.
201210

202211

203212
---

0 commit comments

Comments
 (0)