Documentation updated for new depends parameters.
parent
9b41495353
commit
21e262cb8a
|
@ -350,12 +350,11 @@ php composer.phar depends symfony/symfony --with-replaces -im ^3.0
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
* **--link-type:** The link types to match on, can be specified multiple
|
* **--recursive (-r):** Recursively resolves up to the root package.
|
||||||
times.
|
* **--tree (-t):** Prints the results as a nested tree, implies -r.
|
||||||
* **--match-constraint (-m):** Filters the dependencies shown using this constraint.
|
* **--match-constraint (-m):** Filters the dependencies shown using this constraint.
|
||||||
* **--invert-match-constraint (-i):** Turns --match-constraint around into a blacklist
|
* **--invert-match-constraint (-i):** Turns --match-constraint around into a blacklist
|
||||||
instead of a whitelist.
|
instead of a whitelist.
|
||||||
* **--with-replaces:** Search for replaced packages as well.
|
|
||||||
|
|
||||||
## validate
|
## validate
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue