1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 09:32:55 +00:00

Merge pull request #2519 from cebe/patch-1

Docs: Added Note about tags vs. version constraint
This commit is contained in:
Jordi Boggiano 2013-12-26 06:40:28 -08:00
commit 8a5d072b87

View file

@ -82,6 +82,10 @@ Here are a few examples of valid tag names:
v2.0.0-alpha v2.0.0-alpha
v2.0.4-p1 v2.0.4-p1
> **Note:** Even if your tag is prefixed with `v`, a [version constraint](01-basic-usage.md#package-versions)
> in a `require` statement has to be specified without prefix
> (e.g. tag `v1.0.0` will result in version `1.0.0`).
### Branches ### Branches
For every branch, a package development version will be created. If the branch For every branch, a package development version will be created. If the branch