Removed Pimple dependency. You're supposed to inject dependencies manually (however you see fit).
To prevent conflicts with Symfony framework's csrf_token()
Twig function,
all Twig functions provided by this component have been renamed.
Namely:
csrf_token()
->devture_csrf_token()
render_form_violations()
->devture_form_render_violations()
render_form_csrf_token()
->devture_form_render_csrf_token()
Due to the code's reliance on type-hints, this version requires PHP >= 7.1.
Compatibility with Pimple v3 and Twig v2.
Initial release targetting Pimple v1.