1
0
Fork 0

Add flag to docs

pull/8836/head
Jordi Boggiano 2020-04-28 08:53:23 +02:00 committed by GitHub
parent 0779308076
commit 6e7d7097e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -357,6 +357,7 @@ php composer.phar show monolog/monolog 1.0.2
* **--all :** List all packages available in all your repositories. * **--all :** List all packages available in all your repositories.
* **--installed (-i):** List the packages that are installed (this is enabled by default, and deprecated). * **--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). * **--platform (-p):** List only platform packages (php & extensions).
* **--available (-a):** List available packages only. * **--available (-a):** List available packages only.
* **--self (-s):** List the root package info. * **--self (-s):** List the root package info.