1
0
Fork 0

Merge pull request #3931 from richardkmiller/patch-1

Fix typo in aliases.md
pull/3906/merge
Jordi Boggiano 2015-04-14 23:00:23 +01:00
commit 6afa0d1094
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ specifying a `branch-alias` field under `extra` in `composer.json`:
}
```
If you alias a non-comparible version (such as dev-develop) `dev-` must prefix the
branch name. You may also alias a comparible version (i.e. start with numbers,
If you alias a non-comparable version (such as dev-develop) `dev-` must prefix the
branch name. You may also alias a comparable version (i.e. start with numbers,
and end with `.x-dev`), but only as a more specific version.
For example, 1.x-dev could be aliased as 1.2.x-dev.