1
0
Fork 0

Fix: Render option mono-spaced

pull/4235/head
Andreas Möller 2015-07-08 21:45:46 -04:00
parent db1d58f3d3
commit 8b7f2c4984
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ php composer.phar require vendor/package:2.* vendor/package2:dev-master
* **--no-update:** Disables the automatic update of the dependencies.
* **--no-progress:** Removes the progress display that can mess with some
terminals or scripts which don't handle backspace characters.
* **--update-no-dev:** Run the dependency update with the --no-dev option.
* **--update-no-dev:** Run the dependency update with the `--no-dev` option.
* **--update-with-dependencies:** Also update dependencies of the newly
required packages.
* **--sort-packages:** Keep packages sorted in `composer.json`.