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.
symfony/cache:^7
1 parent fa497d9 commit 4d4dd8eCopy full SHA for 4d4dd8e
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+* Enabled using `symfony/cache:^7`
6
+
7
## 5.6.0 - 2024-01-13
8
9
* Added support for overriding the name of the Firestore Default Database
composer.json
@@ -15,7 +15,7 @@
15
"kreait/firebase-php": "^7.0",
16
"illuminate/contracts": "^9.0 || ^10.0",
17
"illuminate/support": "^9.0 || ^10.0",
18
- "symfony/cache": "^6.1.2"
+ "symfony/cache": "^6.1.2 || ^7.0.3"
19
},
20
"require-dev": {
21
"orchestra/testbench": "^7.0 || ^8.0",
0 commit comments