{
    "name": "google/cloud-language",
    "description": "Cloud Natural Language Client for PHP",
    "license": "Apache-2.0",
    "minimum-stability": "stable",
    "require": {
        "google/cloud-core": "^1.28",
        "google/gax": "^1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8|^5.0",
        "squizlabs/php_codesniffer": "2.*",
        "phpdocumentor/reflection": "^3.0",
        "erusev/parsedown": "^1.6",
        "google/cloud-storage": "^1.3"
    },
    "suggest": {
        "google/cloud-storage": "Analyze documents stored in Google Cloud Storage",
        "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."
    },
    "extra": {
        "component": {
            "id": "cloud-language",
            "target": "googleapis/google-cloud-php-language.git",
            "path": "Language",
            "entry": "src/LanguageClient.php"
        }
    },
    "autoload": {
        "psr-4": {
            "Google\\Cloud\\Language\\": "src",
            "GPBMetadata\\Google\\Cloud\\Language\\": "metadata"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Google\\Cloud\\Language\\Tests\\": "tests"
        }
    }
}
