Skip to content

Commit

Permalink
Merge pull request #84 from YOzaz/master
Browse files Browse the repository at this point in the history
Add Laravel 11 support
  • Loading branch information
boxfrommars authored Mar 20, 2024
2 parents cfdee68 + da9ab7f commit e68c06f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ 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, 10.x | 9.x.x
:----------------|:----------
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, 11.x | 9.x.x

## Sortable Trait

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=7.2.5",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "~8",
Expand Down

0 comments on commit e68c06f

Please sign in to comment.