Chubbyphp\Framework\Middleware\MiddlewareDispatcher gets dropped and replaced by Chubbyphp\Framework\Middleware\PipeMiddleware.
Chubbyphp\Framework\Middleware\MiddlewareDispatcher as an implements of Chubbyphp\Framework\Middleware\MiddlewareDispatcherInterface which is gone as well.
This makes the framework as bit less flexible for special use cases, but easier in use for the majority.
Resulting changes:
Chubbyphp\Framework\Handler\RouteRequestHandler::__constructdoes not take aChubbyphp\Framework\Middleware\MiddlewareDispatcherInterfaceas argument anymore.Chubbyphp\Framework\Application::__constructdoes not take aChubbyphp\Framework\Middleware\MiddlewareDispatcherInterfaceas argument anymore.
Chubbyphp\Framework\Collection is gone, use phpstan if you want to make sure you providing the correct types on array of.