amabnl / amadeus-ws-client

PHP Amadeus SOAP Web Service client library
Apache License 2.0
178 stars 191 forks source link

psr/log version conflict with Laravel 10 #461

Open skills-up opened 1 year ago

skills-up commented 1 year ago

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 commented 9 months ago

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

skills-up commented 9 months ago

I've also bumped it in my local fork, and it is working fine with Laravel.

On Wed, 6 Dec 2023, 10:03 pm puggan, @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/amabnl/amadeus-ws-client/issues/461#issuecomment-1843251712, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGPTU2N6XI7AY36BURKWZ7TYICM5BAVCNFSM6AAAAAAYU4XIH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBTGI2TCNZRGI . You are receiving this because you authored the thread.Message ID: @.***>