From 21c62b3729f689c28bd8ab9f79379ade47e0adde Mon Sep 17 00:00:00 2001 From: Lloric Mayuga Garcia Date: Mon, 13 Dec 2021 07:24:51 +0800 Subject: [PATCH] Add composer outdated --direct (#1734) --- composer.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.md b/composer.md index acb9533e1..79abc2d01 100644 --- a/composer.md +++ b/composer.md @@ -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 |