{
  "name": "google/cloud-common-protos",
  "type": "library",
  "description": "Common Protos for Google Cloud APIs",
  "keywords": [
    "google"
  ],
  "homepage": "https://github.com/googleapis/google-cloud-php-common-protos",
  "license": "Apache-2.0",
  "require": {
    "google/protobuf": "^v3.25.3||^4.26.1",
    "google/common-protos": "^3.0||^4.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.0"
  },
  "autoload": {
    "psr-4": {
      "Google\\Cloud\\": "src",
      "GPBMetadata\\Google\\Cloud\\Audit\\": "metadata/Audit",
      "GPBMetadata\\Google\\Cloud\\Common\\": "metadata/Common",
      "GPBMetadata\\Google\\Devtools\\": "metadata/Devtools",
      "GPBMetadata\\Google\\Rpc\\": "metadata/Rpc"
    }
  },
  "extra": {
    "component": {
      "id": "cloud-common-protos",
      "target": "googleapis/google-cloud-php-common-protos.git",
      "path": "CloudCommonProtos",
      "entry": "README.md"
    }
  }
}
