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 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",