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

psr/log version conflict with Laravel 10 #461

Open
skills-up opened this issue May 31, 2023 · 2 comments
Open

psr/log version conflict with Laravel 10 #461

skills-up opened this issue May 31, 2023 · 2 comments

Comments

@skills-up
Copy link

Hello,

I've been using this library for my earlier project since 2019. Recently, I've started a new related project, this time with Laravel 10.x.

When I'm trying to install this library, I'm getting an error, as the psr/log version is locked at 3.0, whereas this library only supports upto psr/log 1.1.4

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - 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 the package is fixed to 3.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

Is there a way to quickly resolve this by bumping the psr/log version in dependencies?

Thanks!

@puggan
Copy link

puggan commented Dec 6, 2023

I see that Mustafagoda have tried to bump it, think I'll try his branch https://github.com/mustafagoda/amadeus-ws-client

@skills-up
Copy link
Author

skills-up commented Dec 6, 2023 via email

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

2 participants