Skip to content

[2.3.0] - 2021-10-23

Compare
Choose a tag to compare
@Nek- Nek- released this 23 Oct 17:32
· 29 commits to master since this release

Added

  • A listener on entities flush when your application is in debug mode. It ensure you're instancing your entities the right way, so the property dispatcher must always contains an DomainEventDispatcherInterface instance. If not it throw an exception and tells you which entities is causing the error.
  • Compatibility with Symfony 6.0

Changed

  • PHP minimum version is now 7.4
  • Configure test suite to allow integration tests and configure a test Kernel.
  • Refactor the FakeModel test entity to use classic doctrine annotations.