You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release updates the laminas/laminas-httphandlerrunner dependency constraint from ^1.0.1 to ^2.1. Doing so changes the inheritance tree for the Mezzio\Swoole\SwooleRequestHandlerRunner class, as it can no longer extend Laminas\HttpHandlerRunner\RequestHandlerRunner (this class is now marked final), but must instead implement Laminas\HttpHandlerRunner\RequestHandlerRunnerInterface. Additionally, we have chosen at this time to mark SwooleRequestHandlerRunner as final, preventing extension; you may change the behavior via either decoration or by supplying listeners for the various events it triggers.