Releases: API-Skeletons/doctrine-data-fixture
Releases · API-Skeletons/doctrine-data-fixture
6.0.8
6.0.7
What's Changed
- Update dependencies to allow PHP8 by @lerouxguillaume in #10
New Contributors
- @lerouxguillaume made their first contribution in #10
Full Changelog: 6.0.6...6.0.7
6.0.6
Added
- Ability to customize executor and purger. This allows for custom object managers and document managers.
6.0.5
Changed
- Object managers are no longer limited to ORM entity managers. This allows for document managers or custom-built object managers to be passed to fixtures.
6.0.4
Fixed
- Added support for Composer 2
6.0.3
Fixed
- Release 6.0.2 was missing a pull request
- Allow legacy Doctrine modules
6.0.2
Changes
- Allow legacy Doctrine modules
- Remove support for PHP 7.1 & 7.2
6.0.1
Changes
- Update to latest Doctrine Module
6.0.0
Changes
- Enabled Laminas support