Added 1.0 branch alias

Let's allow people to install predis using "1.0.x@dev", "~1.0@dev", or any other valid version constraint rather than typing "dev-master" which is really horrible.
This commit is contained in:
Graham Campbell
2014-05-30 11:24:39 +01:00
parent 2aa0b071fc
commit a6c6951bf8
+5
View File
@@ -27,5 +27,10 @@
},
"autoload": {
"psr-0": {"Predis": "lib/"}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}