Add support for Symfony 6 and DBAL 3, in particular:
- Oracle database is untested due to a bug in DBAL 3 (doctrine/dbal#6764 (comment)), we expect to restore this on DBAL 4 upgrade
brain-diminished/schema-version-control
is now included inthecodingmachine/tdbm
sources: replaceBrainDiminished\SchemaVersionControl\*
withTheCodingMachine\TDBM\SchemaVersionControl\*
- PHP7.4 is no longer supported, upgrade to PHP8.0 minimum
What's Changed
- Chore - Replace Porpaginas with self-owned code by @dsavina in #275
- Update tdbm for Symfony 6 and doctrine v3 by @daetcm in #288
- 🚨 Fix tentative return type issues by @homersimpsons in #291
New Contributors
Full Changelog: v5.3.6...v6.0.0