Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to resolve Problem 1? #14

Open
redscience opened this issue Apr 9, 2023 · 0 comments
Open

How to resolve Problem 1? #14

redscience opened this issue Apr 9, 2023 · 0 comments

Comments

@redscience
Copy link

    "omnipay/coinbase": "~2.0|^3.1",
    "league/omnipay": "^3.2"

php composer.phar update --with-all-dependencies
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
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires omnipay/coinbase ~2.0|^3.1 -> satisfiable by omnipay/coinbase[v2.0.0, ..., v2.0.4].
- Conclusion: don't install omnipay/common v3.1.1 (conflict analysis result)
- Conclusion: don't install omnipay/common v3.1.2 (conflict analysis result)
- Conclusion: don't install omnipay/common v3.2.0 (conflict analysis result)
- league/omnipay[v3.2.0, ..., v3.2.1] require omnipay/common ^3.1 -> satisfiable by omnipay/common[v3.1.0, v3.1.1, v3.1.2, v3.2.0].
- Conclusion: don't install omnipay/common v3.1.0 (conflict analysis result)
- Root composer.json requires league/omnipay ^3.2 -> satisfiable by league/omnipay[v3.2.0, v3.2.1].

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant