mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Update docs/en/installation/composer.md
DOC Corrected a spelling error on the example of advanced usage.
This commit is contained in:
parent
68826357cc
commit
e43a4f22fb
@ -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`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user