Releases: kokspflanze/ZfcTwig
Releases · kokspflanze/ZfcTwig
Improvements
- support twig 3.12+
- add support for php83
Improvements
- add php82 support
Improvements
- add php8.1
- add github workflow
- cs fixes with laminas coding standard
- strict_types added
Improvements
- added php80
- drop php72
4.0.0 Laminas support
- Laminas support added
3.0.0
- twig 3 support added, please check the twig template changes like
removed the "if" condition support on the "for" tag
- fixed stackLoader cache
- set min php7.2
- phpunit update
- added type hints everywhere
2.3.2
- loadTemplate changed to load, loadTemplate is only internal (prepare for twig 3)
- tests updated (prepare for twig 3)
- links in readme updated
- added dev branch for twig 3 support
2.3.1
- deprecated class/method update
Twig\Loader\ExistsLoaderInterface
changed toTwig\Loader\LoaderInterface
assertInternalType
changed toassertIsString
- cs changes
2.3.0
- added zf3 keyword in composer
- autoloader changed
- ZfcTwig directory removed
- drop php70
- set min php71
1.4.4
- add php73 in travis