Browse Source

Merge pull request #3310 from NAYZO/patch-2

Update 01-basic-usage.md
Jordi Boggiano 10 năm trước cách đây
mục cha
commit
82f3576d07
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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