Skip to content

Commit 36659a9

Browse files
committed
update branch alias
1 parent 7d135f0 commit 36659a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"bin" : ["bin/protobuf"],
1818
"require" : {
1919
"php" : ">=5.5.0",
20-
"protobuf-php/protobuf" : "~1.0@dev",
21-
"protobuf-php/google-protobuf-proto" : "~1.0@dev",
20+
"protobuf-php/protobuf" : "~0.1@dev",
21+
"protobuf-php/google-protobuf-proto" : "~0.1@dev",
2222
"zendframework/zend-code" : "^2.6-dev",
2323
"psr/log" : "^1.0",
2424
"symfony/console" : "^2.5",
@@ -47,7 +47,7 @@
4747
},
4848
"extra": {
4949
"branch-alias": {
50-
"dev-master": "1.0.x-dev"
50+
"dev-master": "0.1.x-dev"
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)