Sign in
android
/
platform
/
external
/
grpc-grpc
/
HEAD
/
.
/
examples
/
php
/
echo
/
composer.json
blob: 541d91a50e47c09c38352e28f6ff4b6f4d95f56c [
file
] [
log
] [
blame
]
{
"name"
:
"grpc-php/echo-example"
,
"require"
:
{
"grpc/grpc"
:
"^v1.30.0"
,
"google/protobuf"
:
"^3.12.2"
},
"autoload"
:
{
"psr-4"
:
{
""
:
"./"
}
}
}