Clarify what a comparable version is on the aliasing page
parent
25554e08fe
commit
3f68577775
|
@ -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`.
|
||||||
|
|
Loading…
Reference in New Issue