{
    "name": "google/cloud-error-reporting",
    "description": "Stackdriver Error Reporting Client for PHP",
    "license": "Apache-2.0",
    "minimum-stability": "stable",
    "require": {
        "php": ">=7.4",
        "google/cloud-logging": "^1.16",
        "google/gax": "^1.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0",
        "phpspec/prophecy-phpunit": "^2.0",
        "google/cloud-core": "^1.39"
    },
    "suggest": {
        "ext-grpc": "The gRPC extension allows more granular control over Error Reporting",
        "ext-protobuf": "Provides a significant increase in throughput over the pure PHP protobuf implementation. See https://cloud.google.com/php/grpc for installation instructions."
    },
    "extra": {
        "component": {
            "id": "cloud-error-reporting",
            "target": "googleapis/google-cloud-php-errorreporting.git",
            "path": "ErrorReporting",
            "entry": null
        }
    },
    "autoload": {
        "psr-4": {
            "Google\\Cloud\\ErrorReporting\\": "src",
            "GPBMetadata\\Google\\Devtools\\Clouderrorreporting\\": "metadata"
        }
    }
}
