aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php/composer.json
blob: 950e11367d0f707fe534bf134aff69fe4ed29272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "grpc/grpc-demo",
  "description": "gRPC example for PHP",
  "minimum-stability": "dev",
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/stanley-cheung/Protobuf-PHP"
    }
  ],
  "require": {
    "grpc/grpc": "v0.15.0"
  }
}