Skip to content

Commit

Permalink
fix: swap mongodb/laravel-mongodb package with jenssegers/mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-c-tag committed Aug 9, 2024
1 parent 14d4f77 commit c6daac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": ">=7.1",
"illuminate/support": "^8.0",
"mongodb/laravel-mongodb": "^3.8|^4.0",
"jenssegers/mongodb": "^3.8|^4.0",
"laravel/passport": "^10.0"
},
"autoload": {
Expand Down

0 comments on commit c6daac5

Please sign in to comment.