Update docs/en/installation/composer.md

DOC Corrected a spelling error on the example of advanced usage.
This commit is contained in:
Stig Lindqvist 2012-11-09 19:08:13 +13:00
parent 68826357cc
commit e43a4f22fb

View File

@ -107,7 +107,7 @@ This is how you do it:
* **Install the module as you would normally.** Use the regular composer function - there are no special flags to use a fork. Your fork will be used in place of the package version.
php composer.phar require silverstipre/advancedworklow
php composer.phar require silverstripe/advancedworkflow
Composer will scan all of the repositories you list, collect meta-data about the packages within them, and use them in favour of the packages listed on packagist. To switch back to using the mainline version of the package, just remove your the `repositories` section from `composer.json` and run `php composer.phar update`.