From 14d4f77abce0650b635b95ea063d94c5420051af Mon Sep 17 00:00:00 2001 From: radu-c-tag Date: Fri, 9 Aug 2024 15:01:35 +0300 Subject: [PATCH] chore: updated requirements and readme file --- README.md | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e333236..aa3b896 100644 --- a/README.md +++ b/README.md @@ -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`: diff --git a/composer.json b/composer.json index 824c3c7..98972ed 100644 --- a/composer.json +++ b/composer.json @@ -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": {