v.6.0.0
Versions from 6.0
2024-06-19 : updates for 6.0.0 version
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/templating
and template function (use twig) - Make
PairManagerInterface
readonly in commands
Internal Developer things
- Migrate PHPUnit to version 10.
What's Changed
- feat: remove symfony/templating by @Chris53897 in #154
- feat: drop support for PHP < 8.1 by @Chris53897 in #162
- chore: small improvements by @Chris53897 in #169
- feat: make constructor parameter readonly for command by @Chris53897 in #168
- docs: improve format of code snippets by @Chris53897 in #167
- Add document storage by @mustanggb in #163
- Fix psalm errors by @mustanggb in #170
- docs: add infos to run tests local with mongoDB by @Chris53897 in #172
- feat: remove support for "moneyphp/money" < 4.5 by @Chris53897 in #173
- feat: support doctrine/orm 3 and doctrine/dbal 4 by @Chris53897 in #176
- Prepare for rc1 release by @johanwilfer in #178
- feat: fix deprecation for Extension by @Chris53897 in #179
New Contributors
- @mustanggb made their first contribution in #163
Full Changelog: 5.2.0...v.6.0.0