mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-24 17:12:19 +01:00
Change was created by the release automation script. See go/grpc-release. Closes #36892 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36892 from XuanWang-Amos:bump_dev_version_202406112301 9b2898d716af0d8dcd90aab23e35959cd6c38855 PiperOrigin-RevId: 643027546
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.66.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/"]
|
|
}
|
|
}
|
|
}
|