xref: /aosp_15_r20/external/grpc-grpc/examples/php/echo/composer.json (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1{
2  "name": "grpc-php/echo-example",
3  "require": {
4    "grpc/grpc": "^v1.30.0",
5    "google/protobuf": "^3.12.2"
6  },
7  "autoload": {
8    "psr-4": {
9      "": "./"
10    }
11  }
12}
13