{
    "name": "google/apps-chat",
    "description": "Google Apps Chat Client for PHP",
    "license": "Apache-2.0",
    "minimum-stability": "stable",
    "autoload": {
        "psr-4": {
            "Google\\Apps\\Chat\\": "src/Chat",
            "GPBMetadata\\Google\\Chat\\": "metadata/Chat",
            "Google\\Apps\\Card\\": "src/Card",
            "GPBMetadata\\Google\\Apps\\Card\\": "metadata/Card"
        }
    },
    "extra": {
        "component": {
            "id": "apps-chat",
            "path": "AppsChat",
            "target": "googleapis/php-apps-chat"
        }
    },
    "require": {
        "php": "^8.0",
        "google/gax": "^1.36.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0"
    },
    "suggest": {
        "ext-grpc": "Enables use of gRPC, a universal high-performance RPC framework created by Google.",
        "ext-protobuf": "Provides a significant increase in throughput over the pure PHP protobuf implementation. See https://cloud.google.com/php/grpc for installation instructions."
    }
}
