From fc0a81fef4d62dd5ad35536bd3a22e402d3f7cbd Mon Sep 17 00:00:00 2001 From: drzax Date: Tue, 19 Feb 2013 11:19:50 +1000 Subject: [PATCH] Update docs/en/installation/composer.md No need to talk down to people in documentation. --- docs/en/installation/composer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).
-`master` is not a legal version string - it's a branch name. These are different things. The version string that would get you the branch is `dev-master`. The version string that would get you a numeric branch is a little different. The version string for the `3.0` branch is `3.0.x-dev`. But, frankly, maybe you should just use `*`. +`master` is not a legal version string - it's a branch name. These are different things. The version string that would get you the branch is `dev-master`. The version string that would get you a numeric branch is a little different. The version string for the `3.0` branch is `3.0.x-dev`.
## Updating dependencies