From 8ebbd8f8744f4dc45c70792d4d1e4ab78fca7906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Gajda?= Date: Thu, 21 Jun 2012 10:12:27 +0200 Subject: [PATCH] Basic usage: lock filename fix --- doc/01-basic-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/01-basic-usage.md b/doc/01-basic-usage.md index 32ce307ec..e1882df68 100644 --- a/doc/01-basic-usage.md +++ b/doc/01-basic-usage.md @@ -105,7 +105,7 @@ and if it is, it downloads the versions specified there (regardless of what `com says). This means that anyone who sets up the project will download the exact same version of the dependencies. -If no `composer.json` lock file exists, it will read the dependencies and +If no `composer.lock` file exists, Composer will read the dependencies and versions from `composer.json` and create the lock file. This means that if any of the dependencies get a new version, you won't get the updates