You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed PHP versions prior to 7.3
- Upgraded mockery to ^1.3 and phpunit to ~6.5
- Using php-coveralls.phar instead of installing as dev dependency (fixes issue with Guzzle 6 vs 7)
- Updated tests 🥼 🧪
- Updated README.md 📖
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ Please check the documentation for your MySQL version. MySQL's Extension for Spa
14
14
15
15
-`1.x.x`: MySQL 5.6 (also supports MySQL 5.5 but not all spatial analysis functions)
16
16
-`2.x.x`: MySQL 5.7
17
-
-**`3.x.x`: MySQL 8.0 with SRID support (Current branch)**
17
+
-`3.x.x`: MySQL 8.0 with SRID support (Laravel version < 8.0)
18
+
-**`4.x.x`: MySQL 8.0 with SRID support (Laravel 8+) [Current branch]**
18
19
19
20
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.
0 commit comments