aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-07-13 17:12:12 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-07-13 20:20:43 -0700
commitfebe79116c77a26ad863ff28d8fb8bb123ec3421 (patch)
treeb65b73cde3064fff57135afe397fc19f520f9611 /examples
parenta5293000534deca9e4d67a323c3b369055615022 (diff)
php: fix interop tests breakage
Diffstat (limited to 'examples')
-rw-r--r--examples/php/composer.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/php/composer.json b/examples/php/composer.json
index 950e11367d..a8b790b1de 100644
--- a/examples/php/composer.json
+++ b/examples/php/composer.json
@@ -2,12 +2,6 @@
"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": "v0.15.0"
}