Merge pull request #161 from garak/patch-1

support branch alias
This commit is contained in:
Adrien Loison 2015-12-21 12:05:16 +01:00
commit 3c3294061a

View File

@ -29,5 +29,11 @@
"psr-4": {
"Box\\Spout\\": "src/Spout"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.4.x-dev"
}
}
}