gammadia / voilab-slim-extensions
Partial split fork (contains only the content-types middleware) of voilab/slim-extensions with support for modern PHP versions.
2.0.0
2021-06-10 06:30 UTC
Requires
- php: ^7.2|^8.0
- gammadia/slim-2.x: ^2.6
Requires (Dev)
- overtrue/phplint: ^2.4|^3.0
- phpstan/phpstan: ^0.12
Replaces
- voilab/slim-extensions: ^1.1
README
Learn more about it in its documentation.
A fork for modern days
⚠️ The classes
\Voilab\Slim\I18nSlim
,\Voilab\Slim\Middleware\I18n
and\Voilab\Slim\Views\TwigExtension
has been moved to a separate package gammadia/voilab-slim-i18n !
This is a partial split fork (it contains only the content-types middleware) of voilab/slim-extensions
adapted for modern PHP development, which supports :
- PHP
7.2
<->8.0
The following changes were applied to the dev dependencies :
- PHPStan baseline added to keep the code in good health
- Add GitHub Actions for continuous integration