File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,8 @@ a release.
18
18
---
19
19
20
20
## [ Unreleased]
21
- ### Changed
22
- - Add conflict with "doctrine/orm" >=2.16 (temporary change until code is fixed)
23
21
### Fixed
24
22
- References: fixed condition in ` XML ` Driver that did not allow to retrieve from the entity definition the ` mappedBy ` and ` inversedBy ` fields.
25
-
26
- ### Fixed
27
23
- Fix bug collecting metadata for inherited mapped classes
28
24
29
25
## [ 3.12.0] - 2023-07-08
Original file line number Diff line number Diff line change 71
71
"conflict" : {
72
72
"doctrine/dbal" : " <2.13.1 || ^3.0 <3.2" ,
73
73
"doctrine/mongodb-odm" : " <2.3" ,
74
- "doctrine/orm" : " <2.10.2 || >= 2.16.0" ,
74
+ "doctrine/orm" : " <2.10.2 || 2.16.0 || 2.16.1 " ,
75
75
"sebastian/comparator" : " <2.0"
76
76
},
77
77
"suggest" : {
You can’t perform that action at this time.
0 commit comments