From 417516098edb9b3c9d433c9b6527b0f1492362f4 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Thu, 16 Jul 2015 11:51:31 +0200 Subject: [PATCH] Document that lock file name uses COMPOSER env var --- doc/03-cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/03-cli.md b/doc/03-cli.md index 57e1d08c5..7864ea904 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -583,6 +583,8 @@ For example: COMPOSER=composer-other.json php composer.phar install ``` +The generated lock file will use the same name: `composer-other.lock` in this example. + ### COMPOSER_ROOT_VERSION By setting this var you can specify the version of the root package, if it can