{
    "name": "google/cloud-datacatalog-lineage",
    "description": "Google Cloud Data Catalog Lineage Client for PHP",
    "license": "Apache-2.0",
    "minimum-stability": "stable",
    "autoload": {
        "psr-4": {
            "Google\\Cloud\\DataCatalog\\Lineage\\": "src",
            "GPBMetadata\\Google\\Cloud\\Datacatalog\\Lineage\\": "metadata"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Google\\Cloud\\DataCatalog\\Lineage\\Tests\\": "tests"
        }
    },
    "extra": {
        "component": {
            "id": "cloud-datacatalog-lineage",
            "path": "DataCatalogLineage",
            "entry": "src/V1/LineageClient.php",
            "target": "googleapis/google-cloud-php-datacatalog-lineage.git"
        }
    },
    "require": {
        "php": ">=7.4",
        "google/gax": "^1.19.1"
    },
    "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."
    }
}
