agence104 / livekit-server-sdk-php

PHP Server SDK to LiveKit
Apache License 2.0
47 stars 18 forks source link

Twirp dependency incompatible with newer dependencies #7

Closed AimForNaN closed 10 months ago

AimForNaN commented 1 year ago
twirp/twirp v0.8.1 requires psr/http-message ^1.0 -> found psr/http-message[1.0, 1.0.1, 1.1]
but the package is fixed to 2.0 (lock file version) by a partial update and that version does not match.
p-delorme commented 1 year ago

The package does not provide a lock file. Maybe this is specific to your project?

AimForNaN commented 1 year ago

I'm using Laravel 10 which has dependencies that require newer versions of psr/http-message. I was able to write my own classes to work around the issue without depending on twirp. Just wanted to let the issue be known.

echo-LuGuang commented 11 months ago

I also encountered this problem

laravel10

p-delorme commented 11 months ago

A new version has been released.

Feel free to test and report if this fixes the issue.

p-delorme commented 10 months ago

I'm closing this Issue, but please reopen or create another issue if required.