Last active
November 6, 2018 15:24
-
-
Save neilcrookes/d55c7a076dfb738582a292a71228c798 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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