Skip to content

Commit 81f7511

Browse files
committed
🔖 Release 2.3.0 version
1 parent b157218 commit 81f7511

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [2.3.0] - 2021-10-23
10+
911
### Added
1012
- 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.
13+
- Compatibility with Symfony 6.0
1114

1215
### Changed
13-
- PHP **minimum** version is now 7.4.0
16+
- PHP **minimum** version is now 7.4
1417
- Configure test suite to allow integration tests and configure a test Kernel.
1518
- Refactor the FakeModel test entity to use classic doctrine annotations.
1619

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ This library is design to help you to build your application with a Domain Desig
99

1010
It is well integrated with:
1111

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

1717
But you can use it with any PHP project.

0 commit comments

Comments
 (0)