Merge pull request #7385 from stanley-cheung/php-fix-interop-test
PHP: fix interop tests breakage
No related branches found
No related tags found
Showing
- composer.json 1 addition, 7 deletionscomposer.json
- examples/php/composer.json 0 additions, 6 deletionsexamples/php/composer.json
- src/php/README.md 1 addition, 1 deletionsrc/php/README.md
- src/php/composer.json 1 addition, 7 deletionssrc/php/composer.json
- templates/composer.json.template 1 addition, 7 deletionstemplates/composer.json.template
... | @@ -5,15 +5,9 @@ | ... | @@ -5,15 +5,9 @@ |
"keywords": ["rpc"], | "keywords": ["rpc"], | ||
"homepage": "http://grpc.io", | "homepage": "http://grpc.io", | ||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||
"repositories": [ | |||
{ | |||
"type": "vcs", | |||
"url": "https://github.com/stanley-cheung/Protobuf-PHP" | |||
} | |||
], | |||
"require": { | "require": { | ||
"php": ">=5.5.0", | "php": ">=5.5.0", | ||
"datto/protobuf-php": "dev-master" | "stanley-cheung/protobuf-php": "dev-master" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"google/auth": "v0.9" | "google/auth": "v0.9" | ||
... | ... |
Please register or sign in to comment