{
    "name": "google/cloud-storage",
    "description": "Cloud Storage Client for PHP",
    "license": "Apache-2.0",
    "minimum-stability": "stable",
    "require": {
        "google/cloud-core": "^1.14"
    },
    "suggest": {
        "phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2.",
        "google/cloud-pubsub": "May be used to register a topic to receive bucket notifications."
    },
    "extra": {
        "component": {
            "id": "cloud-storage",
            "target": "GoogleCloudPlatform/google-cloud-php-storage.git",
            "path": "src/Storage",
            "entry": "StorageClient.php"
        }
    },
    "autoload": {
        "psr-4": {
            "Google\\Cloud\\Storage\\": ""
        }
    }
}
