mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Merge pull request #5552 from fvdb/add-minor-only-option
Added minor-only option to show command to only show packages with minor updates
This commit is contained in:
commit
f3af3ede40
2 changed files with 11 additions and 2 deletions
|
@ -333,6 +333,7 @@ php composer.phar show monolog/monolog 1.0.2
|
|||
* **--name-only (-N):** List package names only.
|
||||
* **--path (-P):** List package paths.
|
||||
* **--outdated (-o):** Implies --latest, but this lists *only* packages that have a newer version available.
|
||||
* **--minor-only (-m):** Use with --latest. Only shows packages that have minor SemVer-compatible updates.
|
||||
* **--direct (-D):** Restricts the list of packages to your direct dependencies.
|
||||
|
||||
## outdated
|
||||
|
@ -352,6 +353,7 @@ The color coding is as such:
|
|||
|
||||
* **--all (-a):** Show all packages, not just outdated (alias for `composer show -l`).
|
||||
* **--direct (-D):** Restricts the list of packages to your direct dependencies.
|
||||
* **--minor-only (-m):** Only shows packages that have minor SemVer-compatible updates.
|
||||
|
||||
## browse / home
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue