Remove version alias for "dev-master"

I don't know whether the next version will be a MINOR or a MAJOR
version, therefore it makes no sense to keep an alias for "dev-master".

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
Henrique Moody 2020-04-04 23:29:52 +02:00
parent 96116e0ff6
commit fb28332417
No known key found for this signature in database
GPG key ID: 221E9281655813A6

View file

@ -52,11 +52,6 @@
"Respect\\Validation\\Test\\": "tests/library/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"scripts": {
"docheader": "vendor/bin/docheader check library/ tests/",
"phpcs": "vendor/bin/phpcs",