Codebase list grpc / upstream/1.13.0 composer.json
upstream/1.13.0

Tree @upstream/1.13.0 (Download .tar.gz)

composer.json @upstream/1.13.0raw · history · blame

{
  "name": "grpc/grpc",
  "type": "library",
  "description": "gRPC library for PHP",
  "keywords": ["rpc"],
  "homepage": "https://grpc.io",
  "license": "Apache-2.0",
  "require": {
    "php": ">=5.5.0"
  },
  "require-dev": {
    "google/auth": "v0.9"
  },
  "suggest": {
    "ext-protobuf": "For better performance, install the protobuf C extension.",
    "google/protobuf": "To get started using grpc quickly, install the native protobuf library."
  },
  "autoload": {
    "psr-4": {
      "Grpc\\": "src/php/lib/Grpc/"
    }
  }
}