Skip to content

Instantly share code, notes, and snippets.

@neilcrookes
Last active November 6, 2018 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neilcrookes/d55c7a076dfb738582a292a71228c798 to your computer and use it in GitHub Desktop.
Save neilcrookes/d55c7a076dfb738582a292a71228c798 to your computer and use it in GitHub Desktop.
# Output from running `composer update clue/soap-react --with-dependencies`
Your requirements could not be resolved to an installable set of packages.
Problem 1
- clue/soap-react dev-master requires clue/buzz-react ^2.5 -> satisfiable by clue/buzz-react[v2.5.0].
- clue/soap-react dev-master requires clue/buzz-react ^2.5 -> satisfiable by clue/buzz-react[v2.5.0].
- Conclusion: don't install clue/buzz-react v2.5.0
- Installation request for clue/soap-react dev-master -> satisfiable by clue/soap-react[dev-master].
# Output from running `composer depends clue/buzz-react`
clue/soap-react dev-master requires clue/buzz-react (^2.0 || ^1.3)
wyrihaximus/react-guzzle-http-client 4.0.1 requires clue/buzz-react (^2.0 || ^1.4)
# Output from running `composer depends clue/soap-react` is just my app
# Output from running `composer depends wyrihaximus/react-guzzle-http-client`
wyrihaximus/react-guzzle-psr7 dev-master requires wyrihaximus/react-guzzle-http-client (^4.0)
# Output from running `composer depends wyrihaximus/react-guzzle-psr7` is just my app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment