Skip to content

Instantly share code, notes, and snippets.

@carliedu
Created January 26, 2021 22:08
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 carliedu/eb9a8e80ad28ddd438f9fcf7e3dd554f to your computer and use it in GitHub Desktop.
Save carliedu/eb9a8e80ad28ddd438f9fcf7e3dd554f to your computer and use it in GitHub Desktop.
composer.json fof @clue
{
"autoload": {
"psr-4": { "app\\": "app/" }
},
"require": {
"php": ">=5.3",
"react/event-loop": "~0.4.0|~0.3.0",
"react/http": "^0.4.4",
"react/stream": "~0.4.0|~0.3.0",
"ratchet/pawl": "^0.3.5"
},
"require-dev": {
"clue/redis-react": "^0.5",
"phpunit/phpunit": "^5.0 || ^4.8",
"react/socket-client": "^0.5"
}
}
<!--
This is the result of composer update:
root@aws:/usr/local/src/foxbitReact_v1_0# composer update
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Continue as root/super user [yes]? y
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- react/socket[v0.8.3, ..., v0.8.12, v1.0.0, ..., v1.1.0] require react/stream ^1.0 || ^0.7.1 -> found react/stream[v0.7.1, ..., v0.7.7, v1.0.0, v1.1.0, v1.1.1] but it conflicts with your root composer.json require (~0.4.0|~0.3.0).
- react/socket[v1.2.0, ..., v1.3.0] require react/stream ^1.1 -> found react/stream[v1.1.0, v1.1.1] but it conflicts with your root composer.json require (~0.4.0|~0.3.0).
- react/socket[v1.4.0, ..., v1.6.0] require react/event-loop ^1.0 || ^0.5 -> found react/event-loop[v0.5.0, v0.5.1, v0.5.2, v0.5.3, v1.0.0, v1.1.0, v1.1.1] but it conflicts with your root composer.json require (~0.4.0|~0.3.0).
- Root composer.json requires react/http ^0.4.4 -> satisfiable by react/http[v0.4.4].
- Conclusion: don't install react/socket v0.4.2 (conflict analysis result)
- Conclusion: don't install react/socket v0.7.2 (conflict analysis result)
- Conclusion: don't install react/socket v0.4.3 (conflict analysis result)
- Conclusion: don't install react/socket v0.8.0 (conflict analysis result)
- Conclusion: don't install react/socket v0.4.4 (conflict analysis result)
- Conclusion: don't install react/socket v0.8.1 (conflict analysis result)
- Conclusion: don't install react/socket v0.4.5 (conflict analysis result)
- Conclusion: don't install react/socket v0.8.2 (conflict analysis result)
- Conclusion: don't install react/socket v0.4.6 (conflict analysis result)
- Root composer.json requires ratchet/pawl ^0.3.5 -> satisfiable by ratchet/pawl[v0.3.5].
- react/http v0.4.4 requires react/socket ^0.4 -> satisfiable by react/socket[v0.4.0, ..., v0.4.6].
- You can only install one version of a package, so only one of these can be installed: react/socket[v0.3.0, ..., v0.8.12, v1.0.0, ..., v1.6.0].
- ratchet/pawl v0.3.5 requires react/socket ^1.0 || ^0.8 || ^0.7 -> satisfiable by react/socket[v0.7.0, ..., v0.8.12, v1.0.0, ..., v1.6.0].
- Conclusion: don't install react/socket v0.7.1 (conflict analysis result)
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment