Skip to content

Commit

Permalink
chore: updated requirements and readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-c-tag committed Aug 9, 2024
1 parent 4253511 commit 14d4f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class User extends Authenticatable
5.5.x | 4.0.x, 5.0.x, 6.0.x, 7.0.x | 1.1.x
5.6.x | 4.0.x, 5.0.x, 6.0.x, 7.0.x | 1.1.x
6.x | 4.0.x, 5.0.x, 6.0.x, 7.x, 8.x| 1.2.x
8.x | 10.x | 3.x

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

Expand Down
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",
"mongodb/laravel-mongodb": "^3.8|^4.0",
"laravel/passport": "^10.0"
},
"autoload": {
Expand Down

0 comments on commit 14d4f77

Please sign in to comment.