Answer the question
In order to leave comments, you need to log in
Why is there a version conflict when installing a package through Composer?
A package with a dependency is installed: "guzzlehttp/guzzle": "^6.2"
I install a package with a dependency: "guzzlehttp/guzzle": "^6.3"
I get an error:
Problem 1
- Can only install one of: guzzlehttp/guzzle[6.3.0, 6.2.2].
- Can only install one of: guzzlehttp/guzzle[6.3.0, 6.2.2].
- Can only install one of: guzzlehttp/guzzle[6.3.0, 6.2.2].
- appwilio/cdek-sdk dev-master requires guzzlehttp/guzzle ^6.3 -> satisfiable by guzzlehttp/guzzle[6.3.0].
- Installation request for appwilio/cdek-sdk dev-master -> satisfiable by appwilio/cdek-sdk[dev-master].
- Installation request for guzzlehttp/guzzle (locked at 6.2.2) -> satisfiable by guzzlehttp/guzzle[6.2.2].
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question