composer: drop deprecated alias

I recommend dropping alias, since it has not enough attention to keep them up to date. Usual case for most I've seen.
Now it's version 1.8-dev so it's been useless for a while now.
This commit is contained in:
Tomáš Votruba 2016-10-30 21:34:27 +01:00 committed by GitHub
parent 1f51cc5209
commit 76f31b1622

View file

@ -22,10 +22,5 @@
},
"autoload": {
"psr-0": { "Michelf": "" }
},
"extra": {
"branch-alias": {
"dev-lib": "1.4.x-dev"
}
}
}