Skip to content

4.0.0

Choose a tag to compare

@Sebb767 Sebb767 released this 21 Jan 16:38
· 32 commits to master since this release
7573426

Added

  • Support for Symfony Version 6
  • Breaking change The range validator now uses floats instead of integers to be in line with the API. See #165 for details. Thanks Emīls Jansons (@emsyzz) !

Removed

  • 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 3.2.0 or install it with --ignore-platform-reqs, but compatibility will no longer be checked explicitely. Version 3 will still be maintained in case of security issues for the forseeable future.

Internal

  • Minor fixes to CI