21 lines
410 B
JSON
21 lines
410 B
JSON
{
|
|
"name": "grpc/grpc-dev",
|
|
"description": "gRPC library for PHP - for Developement use only",
|
|
"license": "Apache-2.0",
|
|
"version": "1.13.0",
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"google/protobuf": "^v3.3.0"
|
|
},
|
|
"require-dev": {
|
|
"google/auth": "v0.9"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Grpc\\": "lib/Grpc/",
|
|
"": ["tests/interop/",
|
|
"tests/generated_code/"]
|
|
}
|
|
}
|
|
}
|