aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-03-03 20:39:01 -0800
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-03-10 16:58:45 -0800
commitd26753e414d71fd5144628036d2df5fad42718af (patch)
treea62ace24a91a35b1ac426d5ef7f7ee8726358bc7 /composer.json
parentfbdf51b07e56d0794776e40bc3a4a054e1883f0e (diff)
update PHP composer.json files
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 61f81e02bf..97b1a5cb49 100644
--- a/composer.json
+++ b/composer.json
@@ -2,13 +2,20 @@
"name": "grpc/grpc",
"type": "library",
"description": "gRPC library for PHP",
- "version": "0.6.0",
+ "version": "0.14.0",
"keywords": ["rpc"],
"homepage": "http://grpc.io",
"license": "BSD-3-Clause",
+ "repositories": [
+ {
+ "type": "vcs",
+ "url": "https://github.com/stanley-cheung/Protobuf-PHP"
+ }
+ ],
"require": {
"php": ">=5.5.0",
- "google/auth": "dev-master"
+ "datto/protobuf-php": "dev-master",
+ "google/auth": "v0.7"
},
"autoload": {
"psr-4": {