Merge pull request #1500 from chillu/pulls/3.3/remove-branch-alias

Removed branch alias which should only apply to latest release branch
This commit is contained in:
Daniel Hensby 2016-05-19 09:54:40 +01:00
commit 329eaaaf1e

View File

@ -22,11 +22,6 @@
"silverstripe/reports": "~3.3",
"silverstripe/siteconfig": "~3.3"
},
"extra": {
"branch-alias": {
"3.x-dev": "3.3.x-dev"
}
},
"autoload": {
"classmap": ["tests/behat/"]
},