소스 검색

Merge pull request #3309 from NAYZO/patch-1

Update 01-basic-usage.md
Jordi Boggiano 10 년 전
부모
커밋
52308d7db6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      doc/01-basic-usage.md

+ 2 - 1
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