Explorar o código

Update 01-basic-usage.md

Ala Eddine Khefifi %!s(int64=10) %!d(string=hai) anos
pai
achega
03ee649147
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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