Skip to content

Commit 89f54b3

Browse files
committed
Make doctrine/cache optional
1 parent f2d6403 commit 89f54b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ a release.
2525
## Changed
2626
- Removed call to deprecated `ClassMetadataFactory::getCacheDriver()` method.
2727
- Dropped support for doctrine/mongodb-odm < 2.3.
28+
- Make doctrine/cache an optional dependency.
2829

2930
## [3.6.0] - 2022-03-19
3031
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"php": "^7.2 || ^8.0",
4242
"behat/transliterator": "~1.2",
4343
"doctrine/annotations": "^1.13",
44-
"doctrine/cache": "^1.11 || ^2.0",
4544
"doctrine/collections": "^1.0",
4645
"doctrine/common": "^2.13 || ^3.0",
4746
"doctrine/event-manager": "^1.0",
@@ -50,6 +49,7 @@
5049
"symfony/cache": "^4.4 || ^5.3 || ^6.0"
5150
},
5251
"require-dev": {
52+
"doctrine/cache": "^1.11 || ^2.0",
5353
"doctrine/dbal": "^2.13.1 || ^3.2",
5454
"doctrine/doctrine-bundle": "^2.3",
5555
"doctrine/mongodb-odm": "^2.3",

0 commit comments

Comments
 (0)