Skip to content

Commit 06c9734

Browse files
authored
Update laravel mongodb to rc1 (#26)
* Added support for Laravel 10.x (#23) * Updated mongodb/laravel-mongodb (#24) * Updated mongodb/laravel-mongodb to rc1.
1 parent 40ca6af commit 06c9734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "1ff/laravel-mongodb-cache",
33
"description": "A mongodb cache driver for laravel",
44
"type": "library",
5-
"version": "6.0.1",
5+
"version": "6.0.2",
66
"require": {
77
"php": "^8.1",
88
"illuminate/cache": "^10.0",
9-
"mongodb/laravel-mongodb": "4.0.0-ALPHA2"
9+
"mongodb/laravel-mongodb": "4.0.0-rc1"
1010
},
1111
"require-dev": {
1212
"orchestra/testbench": "^8.0"

0 commit comments

Comments
 (0)