Removed branch alias which should only apply to latest release branch (#5561)

See 070ae2555b
for similar commit when going from 3.1 to 3.2.
This commit is contained in:
Ingo Schommer 2016-05-19 20:54:30 +12:00 committed by Daniel Hensby
parent d8f6d94d30
commit de13e10787

View File

@ -22,11 +22,6 @@
"require-dev": {
"phpunit/PHPUnit": "~3.7"
},
"extra": {
"branch-alias": {
"3.x-dev": "3.3.x-dev"
}
},
"autoload": {
"classmap": ["tests/behat/features/bootstrap"]
}