{
    "name": "google/cloud-translate",
    "description": "Cloud Transation Client for PHP",
    "license": "Apache-2.0",
    "minimum-stability": "stable",
    "require": {
        "google/cloud-core": "^1.28"
    },
     "require-dev": {
        "phpunit/phpunit": "^4.8|^5.0",
        "squizlabs/php_codesniffer": "2.*",
        "phpdocumentor/reflection": "^3.0",
        "erusev/parsedown": "^1.6"
    },
    "extra": {
        "component": {
            "id": "cloud-translate",
            "target": "googleapis/google-cloud-php-translate.git",
            "path": "Translate",
            "entry": "src/TranslateClient.php"
        }
    },
    "autoload": {
        "psr-4": {
            "Google\\Cloud\\Translate\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Google\\Cloud\\Translate\\Tests\\": "tests"
        }
    }
}
