Skip to content

7.0.0

Compare
Choose a tag to compare
@Sebb767 Sebb767 released this 21 Jan 17:17
· 35 commits to master since this release
c0ef01e

Added

  • Support for Symfony 6

Fixed

  • Minor warning when trying to count optional field (see #51)

Dropped

  • Breaking change Support for PHP 7.2 and 7.3 was dropped, since they are now end-of-life. You can continue to use version 6.2.0 or install it with --ignore-platform-reqs, but compatibility will no longer be checked explicitely. Version 6.2,0 will still be maintained in case of security issues for the forseeable future.
  • Breaking change Support for Symfony version 3 and version 5 was dropped, since they're now end-of-life, too. As with PHP, you can continue to use version 6.2.0.

Internal

  • Small CI changes