mirror of https://github.com/grpc/grpc.git
Merge pull request #231 from stanley-cheung/php_use_homebrew
Update PHP readme: use homebrew to compile grpc and protobufpull/3109/head
commit
b3c74ba382
3 changed files with 20 additions and 22 deletions
@ -1,9 +1,16 @@ |
||||
{ |
||||
"repositories": [ |
||||
{ |
||||
"type": "vcs", |
||||
"url": "https://github.com/stanley-cheung/Protobuf-PHP" |
||||
} |
||||
], |
||||
"name": "grpc/grpc-demo", |
||||
"description": "gRPC example for PHP", |
||||
"minimum-stability": "dev", |
||||
"require": { |
||||
"php": ">=5.5.0", |
||||
"datto/protobuf-php": "dev-master", |
||||
"grpc/grpc": "dev-master" |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue