mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
Fix doc ambiguity, fixes #7471
This commit is contained in:
parent
0d92c8df63
commit
945adcf172
1 changed files with 3 additions and 1 deletions
|
@ -154,8 +154,10 @@ and running `install` again.)
|
|||
```sh
|
||||
php composer.phar update
|
||||
```
|
||||
|
||||
> **Note:** Composer will display a Warning when executing an `install` command
|
||||
> if `composer.lock` and `composer.json` are not synchronized.
|
||||
> if the `composer.lock` has not been updated since changes were made to the
|
||||
> `composer.json` that might affect dependency resolution.
|
||||
|
||||
If you only want to install or update one dependency, you can whitelist them:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue