소스 검색

Document that lock file name uses COMPOSER env var

Nils Adermann 10 년 전
부모
커밋
417516098e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      doc/03-cli.md

+ 2 - 0
doc/03-cli.md

@@ -583,6 +583,8 @@ For example:
 COMPOSER=composer-other.json php composer.phar install
 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
 ### COMPOSER_ROOT_VERSION
 
 
 By setting this var you can specify the version of the root package, if it can
 By setting this var you can specify the version of the root package, if it can