From fc986d76c8b77c5d2160009c698736e395bb436f Mon Sep 17 00:00:00 2001 From: Ala Eddine Khefifi Date: Mon, 29 Sep 2014 10:40:29 +0100 Subject: [PATCH] Update 01-basic-usage.md --- doc/01-basic-usage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/01-basic-usage.md b/doc/01-basic-usage.md index 5d703bd38..715748d8a 100644 --- a/doc/01-basic-usage.md +++ b/doc/01-basic-usage.md @@ -149,7 +149,8 @@ dependencies installed are still working even if your dependencies released many new versions since then. If no `composer.lock` file exists, Composer will read the dependencies and -versions from `composer.json` and create the lock file. +versions from `composer.json` and create the lock file after executing the `update` or the `install` +command. This means that if any of the dependencies get a new version, you won't get the updates automatically. To update to the new version, use `update` command. This will fetch