Skip to content

Commit

Permalink
🔖 Release 2.3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- committed Oct 23, 2022
1 parent b157218 commit 81f7511
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.3.0] - 2021-10-23

### 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.0
- 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.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This library is design to help you to build your application with a Domain Desig

It is well integrated with:

- Symfony >= 4.3 (for >=3.3 compatibility, install the version 1.5 of the domain component)
- Symfony >= 5.5 (for >=4.4 compatibility, install the version 2.2 of Doctrine domain events)
- ApiPlatform >= 2.1
- Doctrine >=2.5
- Doctrine >= 2.5
- PHP >= 7.4

But you can use it with any PHP project.
Expand Down

0 comments on commit 81f7511

Please sign in to comment.