Removed branch alias which should only apply to latest release branch

See 070ae2555b
for similar commit when going from 3.1 to 3.2.
This commit is contained in:
Ingo Schommer 2016-05-19 19:03:06 +12:00
parent 1f2c0aaaa0
commit 0106e11722

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/"]
},