diff --git a/docs/en/installation/composer.md b/docs/en/installation/composer.md index f237ff3bb..21b24c7f5 100644 --- a/docs/en/installation/composer.md +++ b/docs/en/installation/composer.md @@ -74,7 +74,7 @@ This will return a list of package names of the forum `vendor/package`. If you The second part after the colon, `*`, is a version string. `*` is a good default: it will give you the latest version that works with the other modules you have installed. Alternatively, you can specificy a specific version, or a constraint such as `>=3.0`. For more information, read the [Composer documentation](http://getcomposer.org/doc/01-basic-usage.md#the-require-key).