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 /src | |
parent | 155637756836249a6b19eaedb35cb71faaa9419b (diff) |
update PHP composer.json files
Diffstat (limited to 'src')
-rw-r--r-- | src/php/composer.json | 6 |
1 files changed, 4 insertions, 2 deletions
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": { |