From 37b4edc25d958f9f1c8c3f8fa14e4622bc41bdc1 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 14 Mar 2012 00:25:17 -0500 Subject: [PATCH] Fixing typo per @stof --- 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 7f090bfce..450da9cad 100644 --- a/doc/01-basic-usage.md +++ b/doc/01-basic-usage.md @@ -92,7 +92,7 @@ In case of monolog it will put it into `vendor/monolog/monolog`. Another thing that the `install` command does is it adds a `composer.lock` file into your project root. -## `composer.json` - The Lock File +## `composer.lock` - The Lock File After installing the dependencies, composer writes the list of the exact versions it installed into a `composer.lock` file. This locks the project