{
    "name": "google/cloud-debugger",
    "description": "Stackdriver Debugger Client for PHP",
    "license": "Apache-2.0",
    "minimum-stability": "stable",
    "require": {
        "php": "^8.0",
        "google/cloud-core": "^1.57",
        "google/cloud-logging": "^1.29.3",
        "google/gax": "^1.36.0",
        "google/cloud-common-protos": "~0.5",
        "psr/log": "^2.0||^3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0",
        "phpspec/prophecy-phpunit": "^2.0",
        "squizlabs/php_codesniffer": "2.*",
        "phpdocumentor/reflection": "^5.3.3||^6.0",
        "phpdocumentor/reflection-docblock": "^5.3",
        "erusev/parsedown": "^1.6",
        "google/cloud-tools": "^0.15.0",
        "kreait/firebase-php": "^6.9"
    },
    "suggest": {
        "ext-grpc": "The gRPC extension enables use of the performant gRPC transport",
        "ext-protobuf": "Provides a significant increase in throughput over the pure PHP protobuf implementation. See https://cloud.google.com/php/grpc for installation instructions.",
        "kreait/firebase-php": "^6.9 for use of the Firebase connection class and snapshot-debugger (see https://github.com/GoogleCloudPlatform/snapshot-debugger)",
        "ext-stackdriver_debugger": "*"
    },
    "extra": {
        "component": {
            "id": "cloud-debugger",
            "target": "googleapis/google-cloud-php-debugger.git",
            "path": "Debugger",
            "entry": "src/DebuggerClient.php"
        }
    },
    "autoload": {
        "psr-4": {
            "Google\\Cloud\\Debugger\\": "src",
            "GPBMetadata\\Google\\Devtools\\Clouddebugger\\": "metadata"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Google\\Cloud\\Debugger\\Tests\\": "tests"
        }
    },
    "archive": {
        "exclude": [
            "/ext"
        ]
    },
    "bin": [
        "bin/google-cloud-debugger"
    ]
}
