diff options
author | Stanley Cheung <stanleycheung@google.com> | 2016-08-22 08:45:12 -0700 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2016-08-22 08:51:47 -0700 |
commit | 557aa4e6953a90e9224b8963655f089bb29fbd95 (patch) | |
tree | 4fec3a06239b3ebf9969a64ef6670974dc057874 /examples/php | |
parent | daf46996529a983013892344803539e9ae888f24 (diff) |
php: bump version
Diffstat (limited to 'examples/php')
-rw-r--r-- | examples/php/composer.json | 3 |
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", } } |