gammadia / voilab-slim-i18n
Partial split fork (contains only i18n related files) 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
- twig/extensions: ^1.0|^2.0
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 class
Voilab\Slim\Middleware\ContentTypes
has been moved to a separate package gammadia/voilab-slim-extensions !
This is a partial split fork (it contains only the i18n related files) 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