php-runtime / runtime

A home for runtimes.
MIT License
402 stars 32 forks source link

[RoadRunner] Add support for RoadRunner 2023 and 2024 #172

Closed msmakouz closed 2 days ago

msmakouz commented 6 months ago

This pull request adds support for RoadRunner 2023 and 2024. The required PHP packages have been added to the dependencies.

With the old version of RoadRunner (2.x), need to explicitly install it (composer req spiral/roadrunner:^2.0 -W), which will install older versions of spiral/roadrunner-http (v2.2.0) and spiral/roadrunner-worker(v2.3.0).

gsdevme commented 2 months ago

Hey, sorry checking in here from the original https://github.com/php-runtime/runtime/pull/138

Is there something more to do here?

racastellanosm commented 2 days ago

I'm very glad to know that this issue is ready to be merged.

There's anyone who knows when this should happen? (i'm waiting for this to be able to upgrade my symfony application to use the latest RR version)