1
0
Fork 0

Merge pull request #3310 from NAYZO/patch-2

Update 01-basic-usage.md
pull/3212/merge
Jordi Boggiano 2014-09-30 00:33:26 +01:00
commit 82f3576d07
1 changed files with 3 additions and 1 deletions

View File

@ -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