Skip to content

Drop support for PHP 8.0 and doctrine/dbal 2.x

Compare
Choose a tag to compare
@hugo-goncalves-kununu hugo-goncalves-kununu released this 27 Feb 16:09
· 5 commits to master since this release
a1f549d

BREAKING CHANGES

  • Remove support for PHP 8.0
  • Upgrade to only use doctrine/dbal:^3.8
  • Remove code supporting version 2.x of doctrine/dbal
  • Use Symfony 6.4 components for development
  • Rename classes/interfaces that had "ElasticSearch" to "Elasticsearch"
  • ElasticsearchFixtureInterface::load now has an extra optional parameter $throwOnFail
  • Upgrade to PHPUnit 10.5
  • Fix tests
  • Update documentation