Add branch alias for version 5.0

To let us start testing this version for Laravel OAuth server package.
This commit is contained in:
Vincent Klaiber 2015-11-16 12:33:58 +01:00 committed by Vincent Klaiber
parent c0bdd22154
commit b7ba593856

View File

@ -57,5 +57,10 @@
"psr-4": {
"LeagueTests\\": "tests/unit/"
}
},
"extra": {
"branch-alias": {
"dev-V5-WIP": "5.0-dev"
}
}
}