Skip to content

Major release

Compare
Choose a tag to compare
@mindplay-dk mindplay-dk released this 27 Feb 15:30
· 12 commits to master since this release
150f119

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.