Internal Developer things
- Added docker compose with images for all supported PHP versions for easier development
- Add PHP ECS for style fix/check and Rector for automatic upgrades
- Replaced Psalm with PHPStan
- Rector and ECS automatically runs in CI
- Add support for PHP 8.5 in CI and docker
New features
- Add support for MongoDB
- Add support for doctrine/orm 3 and doctrine/dbal 4
BC breaking changes
- Bumped minimum PHP version to PHP ^8.1
- Drop support for moneyphp/money < 4.5
- Drop
symfony/templatingand template function (use twig) - Make
PairManagerInterfacereadonly in commands
Internal Developer things
- Migrate PHPUnit to version 10.