Baldinof / roadrunner-bundle

A RoadRunner worker integrated in your Symfony app
MIT License
255 stars 46 forks source link

`Undefined constant self::MASTER_REQUEST` #132

Closed FluffyDiscord closed 6 months ago

FluffyDiscord commented 6 months ago

Symfony 7 removed this constant from it's interface and replaced it with MAIN_REQUEST https://github.com/symfony/symfony/blob/7.1/src/Symfony/Component/HttpKernel/CHANGELOG.md#70

image