aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/composer.json
blob: 9c298c0e8510cac4b564de0a432ad7a0f2ddaf97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "grpc/grpc-dev",
  "description": "gRPC library for PHP - for Developement use only",
  "license": "Apache-2.0",
  "version": "1.18.0",
  "require": {
    "php": ">=5.5.0",
    "google/protobuf": "^v3.3.0"
  },
  "require-dev": {
    "google/auth": "^v1.3.0"
  },
  "autoload": {
    "psr-4": {
      "Grpc\\": "lib/Grpc/",
      "": ["tests/interop/",
           "tests/generated_code/"]
    }
  }
}