Skip to content

Commit 4d4dd8e

Browse files
committed
Enable using symfony/cache:^7
1 parent fa497d9 commit 4d4dd8e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
* Enabled using `symfony/cache:^7`
6+
57
## 5.6.0 - 2024-01-13
68

79
* Added support for overriding the name of the Firestore Default Database

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"kreait/firebase-php": "^7.0",
1616
"illuminate/contracts": "^9.0 || ^10.0",
1717
"illuminate/support": "^9.0 || ^10.0",
18-
"symfony/cache": "^6.1.2"
18+
"symfony/cache": "^6.1.2 || ^7.0.3"
1919
},
2020
"require-dev": {
2121
"orchestra/testbench": "^7.0 || ^8.0",

0 commit comments

Comments
 (0)