Remove the extra comma

pull/7850/head
安正超 9 years ago committed by GitHub
parent 668bf881a9
commit 1f07aa56cb
  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