aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-08-26 20:07:53 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-08-26 20:07:53 -0700
commit676e479ee521bb18061e12fb67a2490e118f0163 (patch)
tree08d0b20c1b621dfabf3aacfdbc4f66221ad88d50 /examples
parent528af97af253792993ac313de3a173ea894861ce (diff)
php: composer.json has extra comma
Diffstat (limited to 'examples')
-rw-r--r--examples/php/composer.json2
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"
}
}