aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php/composer.json
blob: f0ce3a2aff4bdaacff50ab492aed9ce4ea46ba22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/stanley-cheung/Protobuf-PHP"
    }
  ],
  "name": "grpc/grpc-demo",
  "description": "gRPC example for PHP",
  "minimum-stability": "dev",
  "require": {
    "php": ">=5.5.0",
    "datto/protobuf-php": "dev-master",
    "google/auth": "dev-master",
    "grpc/grpc": "dev-master"
  }
}