qandidate-labs / stack-request-id

Middleware for adding a request id to your Symfony Requests
MIT License
48 stars 14 forks source link

Support Symfony 5? #17

Closed Katsulas63 closed 4 years ago

Katsulas63 commented 4 years ago

Hi,

I've this issue when I try to upgrade my project to Symfony 5:

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

  Problem 1
    - Installation request for qandidate/stack-request-id ^1.1 -> satisfiable by qandidate/stack-request-id[1.1.0].
    - qandidate/stack-request-id 1.1.0 requires symfony/http-kernel ^2.7||^3.0||^4.0 -> no matching package found.
othillo commented 4 years ago

fixed by #21

othillo commented 4 years ago

tnx for reporting, @Katsulas63 , it should work with version 2.0.0 of this project.

Katsulas63 commented 4 years ago

Thank You!