Added --minor-only option to documentation
parent
e60a7216c6
commit
12cee0b927
|
@ -332,6 +332,7 @@ php composer.phar show monolog/monolog 1.0.2
|
||||||
* **--name-only (-N):** List package names only.
|
* **--name-only (-N):** List package names only.
|
||||||
* **--path (-P):** List package paths.
|
* **--path (-P):** List package paths.
|
||||||
* **--outdated (-o):** Implies --latest, but this lists *only* packages that have a newer version available.
|
* **--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-compatiable updates.
|
||||||
* **--direct (-D):** Restricts the list of packages to your direct dependencies.
|
* **--direct (-D):** Restricts the list of packages to your direct dependencies.
|
||||||
|
|
||||||
## outdated
|
## outdated
|
||||||
|
@ -351,6 +352,7 @@ The color coding is as such:
|
||||||
|
|
||||||
* **--all (-a):** Show all packages, not just outdated (alias for `composer show -l`).
|
* **--all (-a):** Show all packages, not just outdated (alias for `composer show -l`).
|
||||||
* **--direct (-D):** Restricts the list of packages to your direct dependencies.
|
* **--direct (-D):** Restricts the list of packages to your direct dependencies.
|
||||||
|
* **--minor-only (-m):** Only shows packages that have minor SemVer-compatiable updates.
|
||||||
|
|
||||||
## browse / home
|
## browse / home
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue