Skip to content

v1.0.0

Compare
Choose a tag to compare
@tg666 tg666 released this 29 Dec 15:01
· 7 commits to master since this release

Version 1.0.0 🎉

Support

  • added support for PHP ^8.1 (PHP 7 not supported)
  • added support for Latte ^3.0 (Latte 2 not supported)
  • updated version of Symfony dependencies to ^5.4 || ^6.0

Changes

  • interfaces (and their implementors) PathInfoInterface and FileInfoInterface are now immutable
  • added strict types for all properties and
  • added return types for all methods
  • improved coding style
  • updated README

Development

  • added Dockerfile and docker-compose.yml with containers for all supported PHP versions
  • added full coverage tests
  • added Makefile
  • added GitHub actions
  • added PHPStan (level 9)