Add composer outdated --direct (#1734)
This commit is contained in:
parent
8b6f889761
commit
21c62b3729
|
@ -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 |
|
| `composer remove vendor/package` | Removes `vendor/package` from composer.json and uninstalls it |
|
||||||
|
|
||||||
This command changes both the `composer.json` and `composer.lock` files.
|
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 |
|
||||||
|
|
Loading…
Reference in New Issue