We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ebc038 + 304d777 commit a4e0748Copy full SHA for a4e0748
UPGRADE-2.5.md
@@ -4,3 +4,10 @@
4
5
* MongoDB ODM 2.5 requires PHP 7.4 or newer. If you're not running PHP 7.4 yet,
6
it's recommended that you upgrade to PHP 7.4 before upgrading ODM.
7
+
8
+## `doctrine/collections` v2 compatibility
9
10
+ODM supports doctrine/collections 2.x along 1.x. Please note that we added
11
+`findFirst(...)` and `reduce(...)` methods to comply with the new `Collection`
12
+interface. Make sure signatures of new methods comply with your own ones,
13
+should you have implemented such methods before.
0 commit comments