Merge pull request #7901 from stanley-cheung/php-remove-extra-comma

PHP: remove extra comma
pull/7909/head
Stanley Cheung 8 years ago committed by GitHub
commit b2a9940465
  1. 2
      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"
}
}

Loading…
Cancel
Save