Merge pull request #4097 from Nicofuma/ticket/14382

[ticket/14382] Specify the branch-alias in the composer.json files
This commit is contained in:
Marc Alexander 2016-01-09 16:30:11 +01:00
commit d64680983a
2 changed files with 11 additions and 1 deletions

View file

@ -51,5 +51,10 @@
"symfony/finder": "2.3.*", "symfony/finder": "2.3.*",
"symfony/http-foundation": "2.3.*", "symfony/http-foundation": "2.3.*",
"symfony/process": "2.3.*" "symfony/process": "2.3.*"
},
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
}
} }
} }

View file

@ -23,5 +23,10 @@
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
},
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
}
} }
} }