Major release
This release removes support for legacy PSR-15 middleware and legacy PSR-11 IOC containers.
This version requires you to use the official, final psr/http-server-middleware
and psr/container
packages.
Dispatcher::dispatch()
has been removed in favor of PSR-15 RequestHandlerInterface::handle()
, which is now implemented by Dispatcher
- if you were calling this directly, you should switch to the identical PSR-15 standard handle()
method.