diff options
author | Stanley Cheung <stanleycheung@google.com> | 2016-03-03 20:41:38 -0800 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2016-03-03 20:41:38 -0800 |
commit | 93744fccb784c2cab8a9f008348f1e87cc1293e5 (patch) | |
tree | 73038e29441ce15416d23ab45c68853317ce16d9 | |
parent | 155637756836249a6b19eaedb35cb71faaa9419b (diff) |
update PHP composer.json files
-rw-r--r-- | composer.json | 11 | ||||
-rw-r--r-- | src/php/composer.json | 6 |
2 files changed, 13 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 61f81e02bf..9ba45fd3a3 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.13.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": { diff --git a/src/php/composer.json b/src/php/composer.json index 1d41f847ac..59f846fdcc 100644 --- a/src/php/composer.json +++ b/src/php/composer.json @@ -1,7 +1,9 @@ { "name": "grpc/grpc", + "type": "library", "description": "gRPC library for PHP", - "version": "0.6.0", + "version": "0.13.0", + "keywords": ["rpc"], "homepage": "http://grpc.io", "license": "BSD-3-Clause", "repositories": [ @@ -13,7 +15,7 @@ "require": { "php": ">=5.5.0", "datto/protobuf-php": "dev-master", - "google/auth": "dev-master" + "google/auth": "v0.7" }, "autoload": { "psr-4": { |