Skip to content

Commit 91d6e8c

Browse files
Merge pull request #147 from webafra/mongo-driver
replace mongodb driver with mongodb/laravel-mongodb
2 parents 76aea5d + 46f9857 commit 91d6e8c

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)