Skip to content

Commit

Permalink
Enable using symfony/cache:^7
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Feb 19, 2024
1 parent fa497d9 commit 4d4dd8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

* Enabled using `symfony/cache:^7`

## 5.6.0 - 2024-01-13

* Added support for overriding the name of the Firestore Default Database
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"kreait/firebase-php": "^7.0",
"illuminate/contracts": "^9.0 || ^10.0",
"illuminate/support": "^9.0 || ^10.0",
"symfony/cache": "^6.1.2"
"symfony/cache": "^6.1.2 || ^7.0.3"
},
"require-dev": {
"orchestra/testbench": "^7.0 || ^8.0",
Expand Down

0 comments on commit 4d4dd8e

Please sign in to comment.