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