diff options
author | Stanley Cheung <stanley.cheung@gmail.com> | 2016-08-27 21:37:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-27 21:37:58 -0700 |
commit | b2a9940465bf8faad648f06316e8b6400c10aa9e (patch) | |
tree | 08d0b20c1b621dfabf3aacfdbc4f66221ad88d50 | |
parent | 528af97af253792993ac313de3a173ea894861ce (diff) | |
parent | 676e479ee521bb18061e12fb67a2490e118f0163 (diff) |
Merge pull request #7901 from stanley-cheung/php-remove-extra-comma
PHP: remove extra comma
-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 97e9608fe0..e6409f87b4 100644 --- a/examples/php/composer.json +++ b/examples/php/composer.json @@ -2,6 +2,6 @@ "name": "grpc/grpc-demo", "description": "gRPC example for PHP", "require": { - "grpc/grpc": "v1.0.0", + "grpc/grpc": "v1.0.0" } } |