diff options
author | Stanley Cheung <stanleycheung@google.com> | 2017-03-01 12:43:25 -0800 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2017-03-01 12:43:25 -0800 |
commit | 82c6d8d4fdec0bf8a9a6034ed1e85f0b36802eb6 (patch) | |
tree | 2e66cb9bcc2132f17f669e05987f3e6891d49361 /examples | |
parent | 07ad1b9c7c785554b6734eb5c0e2fcd2b14691b2 (diff) |
PHP: prepare for 1.2 release
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 f0b9977252..f4b177c271 100644 --- a/examples/php/composer.json +++ b/examples/php/composer.json @@ -2,7 +2,7 @@ "name": "grpc/grpc-demo", "description": "gRPC example for PHP", "require": { - "grpc/grpc": "v1.1.0" + "grpc/grpc": "^v1.1.0" }, "autoload": { "psr-4": { |