mirror of https://github.com/grpc/grpc.git
remove protobuf-php pear package dependency, use composer instead, script to compile extension from source, update README
parent
9bed97d479
commit
f1cc627212
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