4.0.0
Closed Dec 16, 2021
100% complete
Changed
- This release updates the laminas/laminas-httphandlerrunner dependency constraint from
^1.0.1
to^2.1
. Doing so changes the inheritance tree for theMezzio\Swoole\SwooleRequestHandlerRunner
class, as it can no longer extendLaminas\HttpHandlerRunner\RequestHandlerRunner
(this class is now marked final), but must instead implementLaminas\HttpHandl…
Changed
- This release updates the laminas/laminas-httphandlerrunner dependency constraint from
^1.0.1
to^2.1
. Doing so changes the inheritance tree for theMezzio\Swoole\SwooleRequestHandlerRunner
class, as it can no longer extendLaminas\HttpHandlerRunner\RequestHandlerRunner
(this class is now marked final), but must instead implementLaminas\HttpHandlerRunner\RequestHandlerRunnerInterface
. Additionally, we have chosen at this time to markSwooleRequestHandlerRunner
asfinal
, preventing extension; you may change the behavior via either decoration or by supplying listeners for the various events it triggers.
This milestone is closed.
No open issues remain. View closed issues or see open milestones in this repository.