Azure/azure-storage-php

Your requirements could not be resolved to an installable set of packages.

UtkuDalmaz opened this issue · 3 comments

I am having problem when installing with this

        "microsoft/azure-storage-blob": "*",
        "microsoft/azure-storage-table": "*",
        "microsoft/azure-storage-queue": "*",
        "microsoft/azure-storage-file": "*"

Problem 1
- microsoft/azure-storage-file[dev-master, 1.2.3] require microsoft/azure-storage-common ~1.5 -> satisfiable by microsoft/azure-storage-common[1.5.0].
- microsoft/azure-storage-file[1.2.1, ..., 1.2.2] require microsoft/azure-storage-common ~1.4 -> satisfiable by microsoft/azure-storage-common[1.4.0, 1.4.1, 1.5.0].
- microsoft/azure-storage-file 1.2.0 requires microsoft/azure-storage-common ~1.3 -> satisfiable by microsoft/azure-storage-common[1.3.0, 1.4.0, 1.4.1, 1.5.0].
- microsoft/azure-storage-file 1.1.0 requires microsoft/azure-storage-common ~1.1 -> satisfiable by microsoft/azure-storage-common[1.1.0, ..., 1.5.0].
- microsoft/azure-storage-file 1.0.0 requires microsoft/azure-storage-common ~1.0 -> satisfiable by microsoft/azure-storage-common[1.0.0, ..., 1.5.0].
- microsoft/azure-storage-common[1.0.0, ..., 1.5.0] require guzzlehttp/guzzle ~6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.0.1).
- Root composer.json requires microsoft/azure-storage-file * -> satisfiable by microsoft/azure-storage-file[dev-master, 1.0.0, ..., 1.2.3].

spaze commented

Current version is not compatible with Guzzle 7 and that's what you have in your composer.json ("guzzlehttp/guzzle": "^7.0.1"). Install Guzzle 6 (for example "guzzlehttp/guzzle": "^6") or wait for a new release (that was supposed to be released in November, however no new date was announced for whatever reason)

Problem 1
- microsoft/azure-storage-common[dev-master, 1.0.0, ..., 1.5.0] require guzzlehttp/guzzle ~6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.0.1).
- Root composer.json requires microsoft/azure-storage-common * -> satisfiable by microsoft/azure-storage-common[dev-master, 1.0.0, ..., 1.5.0].

It still cannot find azure-storage-common 1.5.1