Slim 4.3 Release

Release Tag: https://github.com/slimphp/Slim/releases/tag/4.3.0

New features

Retrieving the base path

$basePath = \Slim\Routing\RouteContext::fromRequest($request)->getBasePath();

All changes: Changelog