{
    "name": "google/gax",
    "type": "library",
    "description": "Google API Core for PHP",
    "keywords": [
        "google"
    ],
    "homepage": "https://github.com/googleapis/gax-php",
    "license": "BSD-3-Clause",
    "require": {
        "php": "^8.1",
        "google/auth": "^1.49",
        "google/grpc-gcp": "^0.4",
        "grpc/grpc": "^1.13",
        "google/protobuf": "^4.31||^5.34",
        "guzzlehttp/promises": "^2.0",
        "guzzlehttp/psr7": "^2.0",
        "google/common-protos": "^4.4",
        "google/longrunning": "~0.4",
        "ramsey/uuid": "^4.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6",
        "phpspec/prophecy-phpunit": "^2.1",
        "phpstan/phpstan": "^2.0",
        "google/cloud-tools": "^0.16.1"
    },
    "extra": {
        "component": {
            "id": "gax",
            "target": "googleapis/gax-php.git",
            "path": "Gax",
            "entry": "README.md"
        }
    },
    "conflict": {
        "ext-protobuf": "<4.31.0"
    },
    "autoload": {
        "psr-4": {
            "Google\\ApiCore\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Google\\ApiCore\\Tests\\": "tests",
            "Google\\ApiCore\\Testing\\": "tests/Unit/testdata/generated",
            "GPBMetadata\\ApiCore\\Testing\\": "tests/Unit/testdata/metadata",
            "Google\\Showcase\\": "tests/Conformance/src",
            "GPBMetadata\\Google\\Showcase\\": "tests/Conformance/metadata"
        }
    }
}
