Skip to content

Commit

Permalink
Update laravel mongodb to rc1 (#26)
Browse files Browse the repository at this point in the history
* Added support for Laravel 10.x (#23)

* Updated mongodb/laravel-mongodb (#24)

* Updated mongodb/laravel-mongodb to rc1.
  • Loading branch information
spont4e authored Sep 15, 2023
1 parent 40ca6af commit 06c9734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "1ff/laravel-mongodb-cache",
"description": "A mongodb cache driver for laravel",
"type": "library",
"version": "6.0.1",
"version": "6.0.2",
"require": {
"php": "^8.1",
"illuminate/cache": "^10.0",
"mongodb/laravel-mongodb": "4.0.0-ALPHA2"
"mongodb/laravel-mongodb": "4.0.0-rc1"
},
"require-dev": {
"orchestra/testbench": "^8.0"
Expand Down

0 comments on commit 06c9734

Please sign in to comment.