1
0
Fork 0

Clarify what a comparable version is on the aliasing page

pull/1304/head
Jordi Boggiano 2012-11-08 21:01:26 +01:00
parent 25554e08fe
commit 3f68577775
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@ specifying a `branch-alias` field under `extra` in `composer.json`:
} }
The branch version must begin with `dev-` (non-comparable version), the alias The branch version must begin with `dev-` (non-comparable version), the alias
must be a comparable dev version. The `branch-alias` must be present on the must be a comparable dev version (i.e. start with numbers, and end with
branch that it references. For `dev-master`, you need to commit it on the `.x-dev`). The `branch-alias` must be present on the branch that it references.
`master` branch. For `dev-master`, you need to commit it on the `master` branch.
As a result, anyone can now require `1.0.*` and it will happily install As a result, anyone can now require `1.0.*` and it will happily install
`dev-master`. `dev-master`.