Drop support for PHP 8.0 and doctrine/dbal 2.x
hugo-goncalves-kununu
released this
27 Feb 16:09
·
5 commits
to master
since this release
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