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

Composer.json requires old version of guzzle #12

Closed
SolneilE opened this issue May 17, 2022 · 0 comments
Closed

Composer.json requires old version of guzzle #12

SolneilE opened this issue May 17, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@SolneilE
Copy link

When installing via composer on a system with a current (7.4.2) version of guzzlehttp/guzzle, I cannot install owa-php-sdk (1.0.6) due to the lock on a specific (old) version of guzzlehttp/guzzle (6.5.3). Guzzlehttp ^7 is required by some of my other packages.

Please update the required version of guzzlehttp/guzzle.

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
    - open-web-analytics/owa-php-sdk[1.0.0, ..., 1.0.1] require guzzlehttp/guzzle ~6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.5] but it conflicts with your root composer.json require (^7.0).
    - open-web-analytics/owa-php-sdk[1.0.2, ..., 1.0.6] require guzzlehttp/guzzle 6.5.3 -> found guzzlehttp/guzzle[6.5.3] but it conflicts with your root composer.json require (^7.0).
    - Root composer.json requires open-web-analytics/owa-php-sdk ^1.0 -> satisfiable by open-web-analytics/owa-php-sdk[1.0.0, ..., 1.0.6].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
@SolneilE SolneilE added the bug Something isn't working label May 17, 2022
@padams padams closed this as completed in b9eb438 Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant