瀏覽代碼

Update 01-basic-usage.md

Ala Eddine Khefifi 10 年之前
父節點
當前提交
03ee649147
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      doc/01-basic-usage.md

+ 3 - 1
doc/01-basic-usage.md

@@ -159,7 +159,9 @@ the lock file with the new version.
 ```sh
 php composer.phar update
 ```
-
+> **Note:** Composer will display a Warning when executing an `install` command if 
+ `composer.lock` and `composer.json` are not synchronized.
+ 
 If you only want to install or update one dependency, you can whitelist them:
 
 ```sh