aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-07-22 12:37:10 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-07-26 17:44:55 -0700
commitc5755ad5a934ccaf300297c31a8f3d24a81fb279 (patch)
tree1bc6ba56be94db855cdbe8b0fda75d633d85ac66 /examples/php
parent31fd05318099c64d2bd5688a6c3cea341e4b566e (diff)
php: fix composer.json
Diffstat (limited to 'examples/php')
-rw-r--r--examples/php/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/php/composer.json b/examples/php/composer.json
index a8b790b1de..d40b5db059 100644
--- a/examples/php/composer.json
+++ b/examples/php/composer.json
@@ -3,6 +3,6 @@
"description": "gRPC example for PHP",
"minimum-stability": "dev",
"require": {
- "grpc/grpc": "v0.15.0"
+ "grpc/grpc": "v0.15.2"
}
}