diff options
author | Stanley Cheung <stanleycheung@google.com> | 2016-03-03 22:14:54 -0800 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2016-03-10 16:58:45 -0800 |
commit | 7fc1208a5cee894cada499a33d6a7e36d4209edc (patch) | |
tree | 1476205ec161e207d6422bf167d76488167d6721 /examples/php | |
parent | d26753e414d71fd5144628036d2df5fad42718af (diff) |
still need this block for the example composer.json file
Diffstat (limited to 'examples/php')
-rw-r--r-- | examples/php/composer.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/php/composer.json b/examples/php/composer.json index 314066b22d..c837bf7ac0 100644 --- a/examples/php/composer.json +++ b/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" } |