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.
1 parent bc66e60 commit ff0af5aCopy full SHA for ff0af5a
UPGRADE-2.16.md
@@ -0,0 +1,10 @@
1
+# UPGRADE FROM 2.15 to 2.16
2
+
3
+## Package `doctrine/cache`
4
5
+The package `doctrine/cache` no longer required.
6
7
+If you use `Doctrine\ODM\MongoDB\Configuration::getMetadataCacheImpl()`,
8
+then you need to require `doctrine/cache` explicitly in your `composer.json`;
9
+or use `Doctrine\ODM\MongoDB\Configuration::getMetadataCache()` instead.
10
0 commit comments