still need this block for the example composer.json file

pull/5587/head
Stanley Cheung 9 years ago
parent d26753e414
commit 7fc1208a5c
  1. 6
      examples/php/composer.json

@ -2,6 +2,12 @@
"name": "grpc/grpc-demo",
"description": "gRPC example for PHP",
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/stanley-cheung/Protobuf-PHP"
}
],
"require": {
"grpc/grpc": "dev-release-0_13"
}

Loading…
Cancel
Save