blob: 9d900ebec1e3eb5fc883e9cf3c9e887e84cb3809 [file] [log] [blame]
Stanley Cheungf8401a72015-05-29 15:09:04 -07001{
2 "name": "grpc/grpc-demo",
3 "description": "gRPC example for PHP",
Stanley Cheungf8401a72015-05-29 15:09:04 -07004 "require": {
Stanley Cheung6e589c62017-05-16 18:09:36 -07005 "grpc/grpc": "^v1.3.0",
6 "google/protobuf": "^v3.3.0"
Stanley Cheungc290c112017-01-31 20:29:17 -08007 },
8 "autoload": {
9 "psr-4": {
10 "": "route_guide/"
11 }
Stanley Cheungf8401a72015-05-29 15:09:04 -070012 }
13}