diff options
author | Stanley Cheung <stanleycheung@google.com> | 2016-06-30 15:13:29 -0700 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2016-07-07 17:03:16 -0700 |
commit | 692a38f7fa412f7fc90c23d778f13d4995abf9fa (patch) | |
tree | f024418500b8f7d447d5c097630c23af6f68edec /examples | |
parent | 8b249088b0116d57a489c9882514f646bee0e5ee (diff) |
php: update example composer.json
Diffstat (limited to 'examples')
-rw-r--r-- | examples/php/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/php/composer.json b/examples/php/composer.json index c837bf7ac0..950e11367d 100644 --- a/examples/php/composer.json +++ b/examples/php/composer.json @@ -9,6 +9,6 @@ } ], "require": { - "grpc/grpc": "dev-release-0_13" + "grpc/grpc": "v0.15.0" } } |