diff --git a/doc/01-basic-usage.md b/doc/01-basic-usage.md index 5d703bd38..4705ce85d 100644 --- a/doc/01-basic-usage.md +++ b/doc/01-basic-usage.md @@ -159,7 +159,9 @@ the lock file with the new version. ```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 you only want to install or update one dependency, you can whitelist them: ```sh