From c6363b173c1f24289b0f3e21c52758f15bf9d8e6 Mon Sep 17 00:00:00 2001 From: Divine <48183131+divine@users.noreply.github.com> Date: Sat, 15 May 2021 17:09:27 +0300 Subject: [PATCH] Add maintained version info --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 360f30592..189d45384 100644 --- a/README.md +++ b/README.md @@ -56,21 +56,21 @@ Make sure you have the MongoDB PHP driver installed. You can find installation i ### Laravel version Compatibility - Laravel | Package -:---------|:---------- - 4.2.x | 2.0.x - 5.0.x | 2.1.x - 5.1.x | 2.2.x or 3.0.x - 5.2.x | 2.3.x or 3.0.x - 5.3.x | 3.1.x or 3.2.x - 5.4.x | 3.2.x - 5.5.x | 3.3.x - 5.6.x | 3.4.x - 5.7.x | 3.4.x - 5.8.x | 3.5.x - 6.x | 3.6.x - 7.x | 3.7.x - 8.x | 3.8.x + Laravel | Package | Maintained +:---------|:---------------|:---------- + 8.x | 3.8.x | :white_check_mark: + 7.x | 3.7.x | :x: + 6.x | 3.6.x | :white_check_mark: + 5.8.x | 3.5.x | :x: + 5.7.x | 3.4.x | :x: + 5.6.x | 3.4.x | :x: + 5.5.x | 3.3.x | :x: + 5.4.x | 3.2.x | :x: + 5.3.x | 3.1.x or 3.2.x | :x: + 5.2.x | 2.3.x or 3.0.x | :x: + 5.1.x | 2.2.x or 3.0.x | :x: + 5.0.x | 2.1.x | :x: + 4.2.x | 2.0.x | :x: Install the package via Composer: