1
0
Fork 0

Merge pull request #4231 from localheinz/fix/sort-packages

Fix: Update docs for require command
pull/4234/head
Nils Adermann 2015-07-08 16:49:58 +02:00
commit 2ddd53ece3
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ php composer.phar require vendor/package:2.* vendor/package2:dev-master
* **--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`.
## remove