Add composer outdated --direct (#1734)

This commit is contained in:
Lloric Mayuga Garcia 2021-12-13 07:24:51 +08:00 committed by GitHub
parent 8b6f889761
commit 21c62b3729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -77,3 +77,9 @@ This command changes both the `composer.json` and `composer.lock` files.
| `composer remove vendor/package` | Removes `vendor/package` from composer.json and uninstalls it |
This command changes both the `composer.json` and `composer.lock` files.
### Verifying
| Command | Description |
| ---------------------------- | -------------------------------------------------------------------------- |
| `composer outdated --direct` | Show only packages that are outdated directly required by the root package |