Remove obsolete branch-alias

This commit is contained in:
Damian Mooyman 2017-10-11 17:31:46 +13:00
parent 4a80bd9166
commit 7a2344117e
1 changed files with 2 additions and 6 deletions

View File

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