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.
1818---
1919
2020## [ Unreleased]
21+
22+ ## [ 3.16.0]
2123### Deprecated
2224- Support for ` doctrine/annotations ` has been deprecated and will be removed in 4.0.
2325
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
6666
6767### Version Compatibility
6868
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 `
7372
7473If you are setting up the Entity Manager without a framework, see the [ example] ( /example/em.php ) to prevent issues like #1310
7574
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ final class DoctrineExtensions
3030 /**
3131 * Current version of extensions
3232 */
33- public const VERSION = '3.15 .0 ' ;
33+ public const VERSION = '3.16 .0 ' ;
3434
3535 /**
3636 * Hooks all extension metadata mapping drivers into
You can’t perform that action at this time.
0 commit comments