From 51b490b31dc559d788f00c6c92151b9c5afd8781 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 1 Sep 2016 20:30:27 +0430 Subject: [PATCH] Fix version Compatibility Table closes #936 Laravel 5.3 support currently is available for 3.1.0-alpha release only! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d831b1dc2..ea94aa43c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ composer require jenssegers/mongodb 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.0.x + 5.3.x | 3.1.x And add the service provider in `config/app.php`: