{
    "name": "google/cloud-spanner",
    "description": "Cloud Spanner Client for PHP",
    "license": "Apache-2.0",
    "minimum-stability": "stable",
    "require": {
        "php": "^8.0",
        "ext-grpc": "*",
        "google/cloud-core": "^1.57",
        "google/gax": "^1.36.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-pubsub": "^2.0"
    },
    "suggest": {
        "ext-protobuf": "Provides a significant increase in throughput over the pure PHP protobuf implementation. See https://cloud.google.com/php/grpc for installation instructions.",
        "brick/math": "Perform arithmetic on NUMERIC values."
    },
    "extra": {
        "component": {
            "id": "cloud-spanner",
            "target": "googleapis/google-cloud-php-spanner.git",
            "path": "Spanner",
            "entry": "src/SpannerClient.php"
        }
    },
    "autoload": {
        "psr-4": {
            "Google\\Cloud\\Spanner\\": "src",
            "GPBMetadata\\Google\\Spanner\\": "metadata"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Google\\Cloud\\Spanner\\Tests\\": "tests",
            "Testing\\Data\\": "tests/data/generated/Testing/Data",
            "GPBMetadata\\Data\\": "tests/data/generated/GPBMetadata/Data"
        }
    }
}
