Skip to content

Commit ff0af5a

Browse files
committed
Add upgrade instructions
1 parent bc66e60 commit ff0af5a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

UPGRADE-2.16.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)