Skip to content

Commit

Permalink
Remove -p from --patch-only, --platform took it (#10956)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpittet committed Jul 20, 2022
1 parent 8c488b9 commit 4182223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/03-cli.md
Expand Up @@ -520,7 +520,7 @@ php composer.phar show monolog/monolog 1.0.2
* **--no-dev:** Filters dev dependencies from the package list.
* **--major-only (-M):** Use with --latest or --outdated. Only shows packages that have major SemVer-compatible updates.
* **--minor-only (-m):** Use with --latest or --outdated. Only shows packages that have minor SemVer-compatible updates.
* **--patch-only (-p):** Use with --latest or --outdated. Only shows packages that have patch-level SemVer-compatible updates.
* **--patch-only:** Use with --latest or --outdated. Only shows packages that have patch-level SemVer-compatible updates.
* **--direct (-D):** Restricts the list of packages to your direct dependencies.
* **--strict:** Return a non-zero exit code when there are outdated packages.
* **--format (-f):** Lets you pick between text (default) or json output format.
Expand Down

0 comments on commit 4182223

Please sign in to comment.