1
0
Fork 0

Merge pull request #3891 from geo4orce/patch-1

Update 04-schema.md
pull/3939/head
Jordi Boggiano 2015-04-14 23:51:12 +01:00
commit 8a154d7300
1 changed files with 2 additions and 2 deletions

View File

@ -880,7 +880,7 @@ Optional.
### non-feature-branches
A list of regex patterns of branch names that are non-numeric (e.g. "latest" or something), that will NOT be handled as feature branches. This is an array of string.
A list of regex patterns of branch names that are non-numeric (e.g. "latest" or something), that will NOT be handled as feature branches. This is an array of strings.
If you have non-numeric branch names, for example like "latest", "current", "latest-stable"
or something, that do not look like a version number, then composer handles such branches
@ -910,4 +910,4 @@ Then "composer show -s" will give you `versions : * dev-latest-testing`.
Optional.
← [Command-line interface](03-cli.md) | [Repositories](05-repositories.md) →
← [Command-line interface](03-cli.md) | [Repositories](05-repositories.md) →