{
    "name": "google/cloud-datastore",
    "description": "Cloud Datastore 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"
    },
    "extra": {
        "component": {
            "id": "cloud-datastore",
            "target": "googleapis/google-cloud-php-datastore.git",
            "path": "Datastore",
            "entry": "src/DatastoreClient.php"
        }
    },
    "autoload": {
        "psr-4": {
            "Google\\Cloud\\Datastore\\": "src",
            "GPBMetadata\\Google\\Datastore\\": "metadata"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Google\\Cloud\\Datastore\\Tests\\": "tests"
        }
    }
}
