From 6e7d7097e892ecd5c8eecadc2184f0b270e5b0df Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 28 Apr 2020 08:53:23 +0200 Subject: [PATCH] Add flag to docs --- doc/03-cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/03-cli.md b/doc/03-cli.md index 3a964c390..43ce287cc 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -357,6 +357,7 @@ php composer.phar show monolog/monolog 1.0.2 * **--all :** List all packages available in all your repositories. * **--installed (-i):** List the packages that are installed (this is enabled by default, and deprecated). +* **--locked:** List the locked packages from composer.lock. * **--platform (-p):** List only platform packages (php & extensions). * **--available (-a):** List available packages only. * **--self (-s):** List the root package info.