packagist damienharper/auditor 2.0.0

latest releases: dev-master, dev-dependabot/github_actions/codecov/codecov-action-5, dev-dependabot/composer/doctrine/data-fixtures-tw-1.5.3or-tw-2.0.0...
3 years ago

What's Changed

This release is focused on bringing Symfony 6 and doctrine/dbal 3.x support as well as dropping PHP 7.2 and 7.3 compatibility.

BC changes

  • Providing an integer value for the keep argument of the audit:clean command is no longer supported. Use the ISO 8601 duration format (e.g. P12M) instead.
  • Passing name and value to the Query::addFilter() method is no longer supported. Pass it a FilterInterface object instead.
  • Query::addRangeFilter() method has been removed, you should call Query::addFilter() instead and pass it a RangeFilter object.
  • Query::addDateRangeFilter() method has been removed, you should call Query::addFilter() instead and pass it a DateRangeFilter object.

Changes

Fixes

New Contributors

References

Official documentation

Full Changelog: 1.3.0...2.0.0

Don't miss a new auditor release

NewReleases is sending notifications on new releases.