aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-08-22 08:45:12 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-08-22 08:45:12 -0700
commit8749c96595f4f6a9a000f3e30a54ada0d1a9b1ae (patch)
tree80dfb726c153472312bbfaf44345b4d89a1f9905 /examples
parentbbc20b59f8650950cfe6dbf42c1eb0fe12945ca4 (diff)
php: bump version
Diffstat (limited to 'examples')
-rw-r--r--examples/php/composer.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/php/composer.json b/examples/php/composer.json
index d40b5db059..97e9608fe0 100644
--- a/examples/php/composer.json
+++ b/examples/php/composer.json
@@ -1,8 +1,7 @@
{
"name": "grpc/grpc-demo",
"description": "gRPC example for PHP",
- "minimum-stability": "dev",
"require": {
- "grpc/grpc": "v0.15.2"
+ "grpc/grpc": "v1.0.0",
}
}