From 03ee6491471b95114bc13d4decbd779fb3efbf73 Mon Sep 17 00:00:00 2001 From: Ala Eddine Khefifi Date: Mon, 29 Sep 2014 11:01:02 +0100 Subject: [PATCH] Update 01-basic-usage.md --- doc/01-basic-usage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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