aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2017-05-16 18:09:36 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2017-05-16 18:09:36 -0700
commit6e589c6a15da708a2081b1955170393321327878 (patch)
tree1d9a8220439d3b24d7113146f363e5eb28ef376f /examples/php
parentbcb65f0bd533ff0c7babf3b06a424d2bd5f1d37d (diff)
PHP: stop requiring google/protobuf PHP implementation
Diffstat (limited to 'examples/php')
-rw-r--r--examples/php/composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/php/composer.json b/examples/php/composer.json
index f4b177c271..9d900ebec1 100644
--- a/examples/php/composer.json
+++ b/examples/php/composer.json
@@ -2,7 +2,8 @@
"name": "grpc/grpc-demo",
"description": "gRPC example for PHP",
"require": {
- "grpc/grpc": "^v1.1.0"
+ "grpc/grpc": "^v1.3.0",
+ "google/protobuf": "^v3.3.0"
},
"autoload": {
"psr-4": {