From 85e7c5bd99377b01b967070363430dad2ee1d789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Sat, 18 Feb 2023 17:02:16 +0100 Subject: [PATCH 1/2] update to laravel 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2d0139c..32ed188 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.2.5", - "illuminate/support": "^7.0|^8.0|^9.0" + "illuminate/support": "^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "phpunit/phpunit": "~8", From 65e46e3031072f66053d120c023fb31df6e357c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Sat, 18 Feb 2023 17:43:20 +0100 Subject: [PATCH 2/2] update readme --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3376280..bd6f8ba 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,16 @@ composer require rutorika/sortable ``` ### Version Compatibility - Laravel | Rutorika Sortable -:---------|:---------- - 4 | 1.2.x (branch laravel4) - <=5.3 | 3.2.x - 5.4 | 3.4.x - 5.5 | 4.2.x - 5.7 | 4.7.x - 6.0 | 6.0.x - 7.x, 8.x | 8.x.x - 9.x | 9.x.x + Laravel | Rutorika Sortable +:----------|:---------- + 4 | 1.2.x (branch laravel4) + <=5.3 | 3.2.x + 5.4 | 3.4.x + 5.5 | 4.2.x + 5.7 | 4.7.x + 6.0 | 6.0.x + 7.x, 8.x | 8.x.x + 9.x, 10.x | 9.x.x ## Sortable Trait