Skip to content

Commit

Permalink
Merge pull request grpc#7388 from stanley-cheung/php-fix-interop-test…
Browse files Browse the repository at this point in the history
…-0_15

PHP: fix interop tests breakage
  • Loading branch information
stanley-cheung authored Jul 14, 2016
2 parents 05bb171 + cc6dae3 commit 15a10b7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 28 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@
"keywords": ["rpc"],
"homepage": "http://grpc.io",
"license": "BSD-3-Clause",
"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"
},
"require-dev": {
"google/auth": "v0.9"
Expand Down
6 changes: 0 additions & 6 deletions examples/php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "dev-release-0_13"
}
Expand Down
2 changes: 1 addition & 1 deletion src/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 1 addition & 7 deletions src/php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@
"keywords": ["rpc"],
"homepage": "http://grpc.io",
"license": "BSD-3-Clause",
"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": {
Expand Down
8 changes: 1 addition & 7 deletions templates/composer.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,9 @@
"keywords": ["rpc"],
"homepage": "http://grpc.io",
"license": "BSD-3-Clause",
"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"
},
"require-dev": {
"google/auth": "v0.9"
Expand Down

0 comments on commit 15a10b7

Please sign in to comment.