Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 16:29
2d87e09

Added

  • #80 Added support for redis cache with redis sentinel

Changed

  • #77 Replaced doctrine/cache adapters by symfony/cache, complying with PSR-6 and PSR-16 in the process.

    The project still depends on doctrine/cache 2.0, and wraps the PSR-6 adapter into a doctrine cache that can be used with other doctrine packages.

  • Updated to infection 0.24

  • #79 Added experimental builds under PHP 8.1

  • #76 Increased required phpstan level to 8

Deprecated

  • Nothing

Removed

  • #75 Dropped support for PHP 7.4.
  • #74 Removed everything that was deprecated from v3.*

Fixed

  • Nothing