{
    "name": "google/cloud-datastore",
    "description": "Cloud Datastore Client for PHP",
    "license": "Apache-2.0",
    "minimum-stability": "stable",
    "require": {
        "google/cloud-core": "^1.14"
    },
    "extra": {
        "component": {
            "id": "cloud-datastore",
            "target": "GoogleCloudPlatform/google-cloud-php-datastore.git",
            "path": "src/Datastore",
            "entry": "DatastoreClient.php"
        }
    },
    "autoload": {
        "psr-4": {
            "Google\\Cloud\\Datastore\\": ""
        }
    }
}
