Skip to content

Add maintained version info #2254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down