From 4c165f971879b991c4e73879ca3d204e98b45c56 Mon Sep 17 00:00:00 2001 From: Victor Isadov Date: Wed, 16 Aug 2017 16:08:05 +0300 Subject: [PATCH] Update 03-cli.md --- doc/03-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 4f7d3c061..fdfbee13b 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -397,7 +397,7 @@ This implies `--by-package --by-suggestion`, showing both lists. * **--by-suggestion:** Groups output by suggested package. * **--no-dev:** Excludes suggestions from `require-dev` packages. -## depends +## depends (why) The `depends` command tells you which other packages depend on a certain package. As with installation `require-dev` relationships are only considered @@ -432,7 +432,7 @@ psr/log 1.0.0 Common interface for logging libraries * **--recursive (-r):** Recursively resolves up to the root package. * **--tree (-t):** Prints the results as a nested tree, implies -r. -## prohibits +## prohibits (why-not) The `prohibits` command tells you which packages are blocking a given package from being installed. Specify a version constraint to verify whether upgrades