Superbalist / flysystem-google-cloud-storage

Flysystem Adapter for Google Cloud Storage
MIT License
265 stars 105 forks source link

allow to use with google/cloud-storage 1.4 and 1.5 too #84

Closed albertborsos closed 6 years ago

albertborsos commented 6 years ago

resolve #83

torkiljohnsen commented 6 years ago

Composer says that google/cloud replaces google/cloud-storage, and when installing this package it is in fact google/cloud that is installed, not google/cloud-storage. Perhaps the dependency should be changed? Not sure, just asking…

Here is an excerpt of the composer.json file in google/cloud:

    "replace": {
        "google/cloud-bigquery": "0.6.0",
        "google/cloud-bigtable": "0.1.1",
        "google/cloud-container": "0.1.1",
        "google/cloud-core": "1.15.0",
        "google/cloud-dataproc": "0.1.1",
        "google/cloud-datastore": "1.2.0",
        "google/cloud-dlp": "0.4.3",
        "google/cloud-error-reporting": "0.7.3",
        "google/cloud-firestore": "0.3.2",
        "google/cloud-language": "0.11.2",
        "google/cloud-logging": "1.8.1",
        "google/cloud-monitoring": "0.7.3",
        "google/cloud-oslogin": "0.1.1",
        "google/cloud-pubsub": "0.11.2",
        "google/cloud-spanner": "1.0.1",
        "google/cloud-speech": "0.10.2",
        "google/cloud-storage": "1.3.0",
        "google/cloud-trace": "0.5.1",
        "google/cloud-translate": "1.1.0",
        "google/cloud-videointelligence": "0.8.3",
        "google/cloud-vision": "0.8.2",
        "google/cloud-debugger": "0.1.0"
    },