From 2ca9f2f25cf10e3b4771881108ecc9c69317bf57 Mon Sep 17 00:00:00 2001 From: Joseph Estefane Date: Sat, 17 Oct 2020 03:47:27 -0400 Subject: [PATCH] Update README.md :book: --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cab18d80..39d5303c 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ Please check the documentation for your MySQL version. MySQL's Extension for Spa **Versions** - `1.x.x`: MySQL 5.6 (also supports MySQL 5.5 but not all spatial analysis functions) -- `2.x.x`: MySQL 5.7 +- `2.x.x`: MySQL 5.7 and 8.0 (Laravel version < 8.0) - `3.x.x`: MySQL 8.0 with SRID support (Laravel version < 8.0) - **`4.x.x`: MySQL 8.0 with SRID support (Laravel 8+) [Current branch]** +- `5.x.x`: MySQL 5.7 and 8.0 (Laravel 8+) This package also works with MariaDB. Please refer to the [MySQL/MariaDB Spatial Support Matrix](https://mariadb.com/kb/en/library/mysqlmariadb-spatial-support-matrix/) for compatibility.