mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Capitalize Composer in the docs
This commit is contained in:
parent
6aec6ecbfa
commit
bb128c465c
11 changed files with 26 additions and 26 deletions
|
@ -33,9 +33,9 @@ An example where we have two branches:
|
|||
To resolve the conflict when we merge these two branches:
|
||||
|
||||
- We choose the branch that has the most changes, and accept the `composer.json` and `composer.lock`
|
||||
files from that branch. In this case, we choose the composer files from branch 2.
|
||||
files from that branch. In this case, we choose the Composer files from branch 2.
|
||||
- We reapply the changes from the other branch (branch 1). In this case we have to run
|
||||
```composer require package/A``` again.
|
||||
`composer require package/A` again.
|
||||
|
||||
## 2. Validating your merged files
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue