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