Skip to content

Commit 46f9857

Browse files
authored
replace mongodb driver with mongodb/laravel-mongodb
replace mongodb driver with new official driver -> mongodb/laravel-mongodb
1 parent 76aea5d commit 46f9857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"illuminate/auth": "^10.0",
3535
"illuminate/container": "^10.0",
3636
"illuminate/contracts": "^10.0",
37-
"jenssegers/mongodb": "^3.9"
37+
"mongodb/laravel-mongodb": "^3.9"
3838
},
3939
"require-dev": {
4040
"monolog/monolog": "^3.2",

0 commit comments

Comments
 (0)