Remove obsolete branch-alias

This commit is contained in:
Damian Mooyman 2018-06-15 15:29:59 +12:00
parent 86850eefb7
commit 2a36be9bed

View File

@ -31,10 +31,6 @@
"phpunit/phpunit": "^5.7" "phpunit/phpunit": "^5.7"
}, },
"extra": { "extra": {
"branch-alias": {
"4.x-dev": "4.2.x-dev",
"dev-master": "5.x-dev"
},
"expose": [ "expose": [
"javascript" "javascript"
] ]
@ -51,4 +47,4 @@
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true "prefer-stable": true
} }