Skip to content

Commit

Permalink
Merge pull request #73 from boxfrommars/laravel-7-support
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
boxfrommars authored Mar 14, 2020
2 parents d895553 + 431ba2b commit 7c17a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ composer require rutorika/sortable
5.5 | 4.2.x
5.7 | 4.7.x
6.0 | 6.0.x
7.x | 7.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": "^5.7 | ^5.8 | ^6.0 | ^7.0"
"illuminate/support": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "~8",
Expand Down

0 comments on commit 7c17a52

Please sign in to comment.