File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ a release.
18
18
---
19
19
20
20
## [ Unreleased]
21
+
22
+ ## [ 3.16.0]
21
23
### Deprecated
22
24
- Support for ` doctrine/annotations ` has been deprecated and will be removed in 4.0.
23
25
Original file line number Diff line number Diff line change @@ -66,10 +66,9 @@ can be easily implemented using Mapping extension to handle the additional metad
66
66
67
67
### Version Compatibility
68
68
69
- | Extensions Version | Compatible Doctrine ORM & Common Library |
70
- | --- | --- |
71
- | 2.4 | 2.5+ |
72
- | 2.3 | 2.2 - 2.4 |
69
+ * DBAL: ` ^3.2 `
70
+ * ORM: ` ^2.14 ` or ` ^3.0 `
71
+ * MongoDB ODM: ` ^2.3 `
73
72
74
73
If you are setting up the Entity Manager without a framework, see the [ example] ( /example/em.php ) to prevent issues like #1310
75
74
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ final class DoctrineExtensions
30
30
/**
31
31
* Current version of extensions
32
32
*/
33
- public const VERSION = '3.15 .0 ' ;
33
+ public const VERSION = '3.16 .0 ' ;
34
34
35
35
/**
36
36
* Hooks all extension metadata mapping drivers into
You can’t perform that action at this time.
0 commit comments