1
0
Fork 0

Update 01-basic-usage.md

pull/3310/head
Ala Eddine Khefifi 2014-09-29 11:01:02 +01:00
parent 31eadc6920
commit 03ee649147
1 changed files with 3 additions and 1 deletions

View File

@ -159,6 +159,8 @@ 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: