Skip to content

Commit

Permalink
Merge pull request #81 from peterbabic/laravel-10
Browse files Browse the repository at this point in the history
update to laravel 10
  • Loading branch information
boxfrommars authored Feb 19, 2023
2 parents 8a631e6 + 65e46e3 commit cfdee68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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"
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "~8",
Expand Down

0 comments on commit cfdee68

Please sign in to comment.