🚨 PHP 8.0 is now the minimum support version of PHP. Please use v3.3.x if you need support for an earlier version of PHP.
This release includes schema enhancements by indexing some columns - please fun the following after updating:
# sanity check the output of:
./bin/doctrine2-cli.php orm:schema-tool:update --dump-sql
# and then run:
./bin/doctrine2-cli.php orm:schema-tool:update --force
❤️ Thanks to everyone who reported bugs and submitted PRs.