Remove 3.0.x alias from composer.json before tagging 3.0.0

This commit is contained in:
Mike van Riel
2016-01-28 13:45:51 +01:00
parent fc4fe7a67b
commit 332c96dab8
2 changed files with 3 additions and 8 deletions
-5
View File
@@ -24,10 +24,5 @@
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^4.4"
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}