aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php
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:25:28 -0700
commit998b230f4e883ddb40212ceb58e1ad582d308e93 (patch)
tree3de5197e3bd8f1be4300d2f02ea8c3c0c2aa5d76 /examples/php
parent3fb819fd2a51991a54c946ae8c8005f7c25dd2eb (diff)
php: fix interop tests breakage
Diffstat (limited to 'examples/php')
-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"
}