microsoft / ApplicationInsights-PHP

Azure Application Insights SDK for PHP
https://azure.microsoft.com/services/application-insights/
Other
108 stars 92 forks source link

Installation issue with guzzlehttp/guzzle version #71

Open Ferikl opened 5 years ago

Ferikl commented 5 years ago

Hi, I`ve tried to install package with: composer require microsoft/application-insights But receive an error:

Problem 1
    - Installation request for microsoft/application-insights ^0.4.5 -> satisfiable by microsoft/application-insights[0.4.5].
    - Conclusion: remove guzzlehttp/guzzle 6.4.1
    - Conclusion: don't install guzzlehttp/guzzle 6.4.1
    - microsoft/application-insights 0.4.5 requires guzzlehttp/guzzle >=5.0 <=6.3.3 -> satisfiable by guzzlehttp/guzzle[5.0.0, 5.0.1, 5.0.2, 5.0.3, 5.1.0, 5.2.0, 5.3.0, 5.3.1, 5.3.2, 5.3.3, 5.3.x-dev, 6.0.0, 6.0.1, 6.0.2, 6.1.0, 6.1.1, 6.2.0, 6.2.1, 6.2.2, 6.2.3, 6.3.0, 6.3.1, 6.3.2, 6.3.3].
    - Can only install one of: guzzlehttp/guzzle[5.3.1, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[5.3.2, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[5.3.3, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[5.3.x-dev, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[6.0.0, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[6.0.1, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[6.0.2, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[6.1.0, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[6.1.1, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[6.2.0, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[6.2.1, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[6.2.2, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[6.2.3, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[6.3.0, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[6.3.1, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[6.3.2, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[6.3.3, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[5.0.0, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[5.0.1, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[5.0.2, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[5.0.3, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[5.1.0, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[5.2.0, 6.4.1].
    - Can only install one of: guzzlehttp/guzzle[5.3.0, 6.4.1].
    - Installation request for guzzlehttp/guzzle (locked at 6.4.1) -> satisfiable by guzzlehttp/guzzle[6.4.1].

I dont have guzzlehttp as direct package so I cant just decrease its version

richrawlings commented 4 years ago

@Ferikl did you resolve this? I have the same problem.

henrydekap commented 4 years ago

We are facing the same problem, I saw that there is already a pull request: #74