1
0
Fork 0

Update 03-cli.md

pull/6613/head
Victor Isadov 2017-08-16 16:08:05 +03:00 committed by GitHub
parent 0292a2f78f
commit 4c165f9718
1 changed files with 2 additions and 2 deletions

View File

@ -397,7 +397,7 @@ This implies `--by-package --by-suggestion`, showing both lists.
* **--by-suggestion:** Groups output by suggested package. * **--by-suggestion:** Groups output by suggested package.
* **--no-dev:** Excludes suggestions from `require-dev` packages. * **--no-dev:** Excludes suggestions from `require-dev` packages.
## depends ## depends (why)
The `depends` command tells you which other packages depend on a certain The `depends` command tells you which other packages depend on a certain
package. As with installation `require-dev` relationships are only considered 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. * **--recursive (-r):** Recursively resolves up to the root package.
* **--tree (-t):** Prints the results as a nested tree, implies -r. * **--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 The `prohibits` command tells you which packages are blocking a given package
from being installed. Specify a version constraint to verify whether upgrades from being installed. Specify a version constraint to verify whether upgrades