{
    "name": "google/cloud-vision",
    "description": "Cloud Vision Client for PHP",
    "license": "Apache-2.0",
    "minimum-stability": "stable",
    "require": {
        "php": ">=7.4",
        "google/cloud-core": "^1.52.7",
        "google/gax": "^1.26.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0",
        "phpspec/prophecy-phpunit": "^2.0",
        "squizlabs/php_codesniffer": "2.*",
        "phpdocumentor/reflection": "^5.3.3",
        "phpdocumentor/reflection-docblock": "^5.3",
        "erusev/parsedown": "^1.6",
        "google/cloud-storage": "^1.12"
    },
    "suggest": {
        "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.",
        "google/cloud-storage": "Annotate images stored in Google Cloud Storage"
    },
    "extra": {
        "component": {
            "id": "cloud-vision",
            "target": "googleapis/google-cloud-php-vision.git",
            "path": "Vision",
            "entry": "src/VisionClient.php"
        }
    },
    "autoload": {
        "psr-4": {
            "Google\\Cloud\\Vision\\": "src",
            "GPBMetadata\\Google\\Cloud\\Vision\\": "metadata"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Google\\Cloud\\Vision\\Tests\\": "tests"
        }
    }
}
