From a5613a4eff0a436bb07532dcd15c8bda29f89491 Mon Sep 17 00:00:00 2001 From: Luca Patera Date: Tue, 18 Apr 2023 23:02:43 +0200 Subject: [PATCH] Update "version support" table --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e6d6736..163eb9f 100644 --- a/README.md +++ b/README.md @@ -196,19 +196,19 @@ composer test ## 🔰 Version Support -| Larex | L5.8 | L6.x | L7.x | L8.x | L9.x | -|:----------------:|:----:|:----:|:----:|:----:|:----:| -| ^1.0 | ✅ | ✅ | ✅ | ✅ | ❌ | -| ^1.2 | ^2.0 | ❌ | ✅ | ✅ | ✅ | ❌ | -| ^3.0 | ❌ | ❌ | ✅ | ✅ | ❌ | -| ^4.0 | ❌ | ❌ | ❌ | ✅ | ✅ | - -| Larex | PHP7.2 | PHP7.3 | PHP7.4 | PHP8.0 | PHP8.1 | -|:----------------:|:------:|:------:|:------:|:------:|:------:| -| ^1.0 | ✅ | ✅ | ✅ | ❌ | ❌ | -| ^1.6 | ^2.0 | ❌ | ✅ | ✅ | ✅ | ✅ | -| ^3.0 | ❌ | ❌ | ✅ | ✅ | ✅ | -| ^4.0 | ❌ | ❌ | ❌ | ✅ | ✅ | +| Larex | L5.8 | L6.x | L7.x | L8.x | L9.x | L10.x | +|:----------------:|:----:|:----:|:----:|:----:|:----:|:-----:| +| ^1.0 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | +| ^1.2 | ^2.0 | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | +| ^3.0 | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | +| ^4.0 | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | + +| Larex | PHP7.2 | PHP7.3 | PHP7.4 | PHP8.0 | PHP8.1 | PHP8.2 | +|:----------------:|:------:|:------:|:------:|:------:|:------:|:------:| +| ^1.0 | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | +| ^1.6 | ^2.0 | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | +| ^3.0 | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | +| ^4.0 | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ## 📃 Changelog