Merge pull request #689 from yeldiRium/patch-1

Update composer.md
This commit is contained in:
Rico Sta. Cruz 2018-07-30 17:25:10 +08:00 committed by GitHub
commit b27d794063
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 |