aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
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 /src
parenta5293000534deca9e4d67a323c3b369055615022 (diff)
php: fix interop tests breakage
Diffstat (limited to 'src')
-rw-r--r--src/php/README.md2
-rw-r--r--src/php/composer.json8
2 files changed, 2 insertions, 8 deletions
diff --git a/src/php/README.md b/src/php/README.md
index fba2c0f13b..8abedc40a3 100644
--- a/src/php/README.md
+++ b/src/php/README.md
@@ -148,7 +148,7 @@ Alternatively, you can download `protoc` binaries from [the protocol buffers Git
You need to install `protoc-gen-php` to generate stub class `.php` files from service definition `.proto` files.
```sh
-$ cd grpc/src/php/vendor/datto/protobuf-php # if you had run `composer install` in the previous step
+$ cd grpc/src/php/vendor/stanley-cheung/protobuf-php # if you had run `composer install` in the previous step
OR
diff --git a/src/php/composer.json b/src/php/composer.json
index b95cde1234..ca8e085fca 100644
--- a/src/php/composer.json
+++ b/src/php/composer.json
@@ -6,15 +6,9 @@
"homepage": "http://grpc.io",
"license": "BSD-3-Clause",
"version": "1.0.0",
- "repositories": [
- {
- "type": "vcs",
- "url": "https://github.com/stanley-cheung/Protobuf-PHP"
- }
- ],
"require": {
"php": ">=5.5.0",
- "datto/protobuf-php": "dev-master",
+ "stanley-cheung/protobuf-php": "dev-master",
"google/auth": "v0.7"
},
"autoload": {