mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Update 01-basic-usage.md
This commit is contained in:
parent
31eadc6920
commit
03ee649147
1 changed files with 3 additions and 1 deletions
|
@ -159,7 +159,9 @@ the lock file with the new version.
|
||||||
```sh
|
```sh
|
||||||
php composer.phar update
|
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:
|
If you only want to install or update one dependency, you can whitelist them:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue