Update composer.md

`update --lock` is useful e.g. after resolving merge conflicts when the packages should stay at their current versions but the lock file hash is invalid and must be updated.
This commit is contained in:
Hannes Leutloff 2018-07-30 09:01:18 +02:00 committed by GitHub
parent e9ac8eb8f4
commit 32301ff3da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ All composer commands, depending on your install, may need to use `php composer.
| --- | --- |
| `composer update laravel` | Update a certain package |
| `composer update vendor/*`| Update all packages in a folder |
| `composer update --lock` | Update lock file hash without updating any packages |