mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-24 17:12:19 +01:00
* add RpcServer and generator add server examples: greeter and route guide * php server generator xds client * add generated stub * fix clang format fail
13 lines
177 B
JSON
13 lines
177 B
JSON
{
|
|
"name": "grpc-php/echo-example",
|
|
"require": {
|
|
"grpc/grpc": "^v1.30.0",
|
|
"google/protobuf": "^3.12.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"": "./"
|
|
}
|
|
}
|
|
}
|