Skip to content
Snippets Groups Projects
Commit 692a38f7 authored by Stanley Cheung's avatar Stanley Cheung
Browse files

php: update example composer.json

parent 8b249088
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,6 @@ ...@@ -9,6 +9,6 @@
} }
], ],
"require": { "require": {
"grpc/grpc": "dev-release-0_13" "grpc/grpc": "v0.15.0"
} }
} }
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
"name": "grpc/grpc", "name": "grpc/grpc",
"type": "library", "type": "library",
"description": "gRPC library for PHP", "description": "gRPC library for PHP",
"version": "0.14.0",
"keywords": ["rpc"], "keywords": ["rpc"],
"homepage": "http://grpc.io", "homepage": "http://grpc.io",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment