JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "composer.json"

Full Path: /var/www/lionsclub/core/vendor/grpc/grpc/composer.json
File size: 555 bytes
MIME-type: application/json
Charset: utf-8

{
  "name": "grpc/grpc",
  "type": "library",
  "description": "gRPC library for PHP",
  "keywords": ["rpc"],
  "homepage": "https://grpc.io",
  "license": "Apache-2.0",
  "version": "1.35.0",
  "require": {
    "php": ">=7.0.0"
  },
  "require-dev": {
    "google/auth": "^v1.3.0"
  },
  "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/lib/"
    }
  }
}