Remove obsolete branch-alias

This commit is contained in:
Serge Latyntcev 2019-11-14 01:24:44 +00:00
parent 7045082a06
commit 5b7d07afd2
1 changed files with 1 additions and 4 deletions

View File

@ -31,9 +31,6 @@
"phpunit/phpunit": "^5.7" "phpunit/phpunit": "^5.7"
}, },
"extra": { "extra": {
"branch-alias": {
"4.x-dev": "4.5.x-dev"
},
"expose": [ "expose": [
"client/dist", "client/dist",
"client/lang" "client/lang"
@ -52,4 +49,4 @@
}, },
"prefer-stable": true, "prefer-stable": true,
"minimum-stability": "dev" "minimum-stability": "dev"
} }