Slim 4 + Smarty Template

I need to update a project from Slim 3 to 4 but I use Smarty Template as the view layer, I’m using mathmarques/smarty-view, but without support for slim 4, anyone knows any packages or have tried to run mathmarques/smarty-view with slim 4?

From a technical perspective the mathmarques/smarty-view component should also work with Slim 4. The only exception is the composer.json requirement "slim/slim": "^3.0" which can updated. So maybe create a PR to add Slim 4 support?

Ok thank you very much I will contact the maintainer of the package