Skip to content

Commit 14d4f77

Browse files
committed
chore: updated requirements and readme file
1 parent 4253511 commit 14d4f77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class User extends Authenticatable
4141
5.5.x | 4.0.x, 5.0.x, 6.0.x, 7.0.x | 1.1.x
4242
5.6.x | 4.0.x, 5.0.x, 6.0.x, 7.0.x | 1.1.x
4343
6.x | 4.0.x, 5.0.x, 6.0.x, 7.x, 8.x| 1.2.x
44+
8.x | 10.x | 3.x
4445

4546
And add the service provider in `config/app.php`:
4647

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": ">=7.1",
1717
"illuminate/support": "^8.0",
18-
"mongodb/laravel-mongodb": "^3.8",
18+
"mongodb/laravel-mongodb": "^3.8|^4.0",
1919
"laravel/passport": "^10.0"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)