Skip to content
New issue

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

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

Already on GitHub? # to your account

Unable to install Amadeus library #470

Closed
teckgeekz opened this issue Feb 26, 2024 · 2 comments · Fixed by #475
Closed

Unable to install Amadeus library #470

teckgeekz opened this issue Feb 26, 2024 · 2 comments · Fixed by #475

Comments

@teckgeekz
Copy link

Problem 1
- amabnl/amadeus-ws-client[v1.0.0, ..., v1.3.0] require psr/log 1.0.0 -> found psr/log[1.0.0] but it conflicts with your root composer.json require (^3.0).
- amabnl/amadeus-ws-client[v1.3.1, ..., v1.13.0] require psr/log ^1.0 -> found psr/log[1.0.0, ..., 1.1.4] but it conflicts with your root composer.json require (^3.0).
- Root composer.json requires amabnl/amadeus-ws-client * -> satisfiable by amabnl/amadeus-ws-client[v1.0.0, ..., v1.13.0].

Problem 2
- Root composer.json requires amabnl/amadeus-ws-client 1.13.0 -> satisfiable by amabnl/amadeus-ws-client[v1.13.0].
- amabnl/amadeus-ws-client v1.13.0 requires psr/log ^1.0 -> found psr/log[1.0.0, ..., 1.1.4] but it conflicts with your root composer.json require (^3.0).

Tried Methods:

  • Tried installing with PSR log 1.0.0
  • Tried installing with PSR log 3.0.0

Also tried installing satisfiable versions, still failing with errors.

@DerMika
Copy link
Collaborator

DerMika commented Feb 26, 2024

If you can fix it with a PR, I can merge it.

@danieladarve
Copy link
Contributor

Hello @DerMika I have bumped the library in this PR #475

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants