Skip to content

Commit

Permalink
add support for laravel 5.6 ...
Browse files Browse the repository at this point in the history
  • Loading branch information
fico7489 committed Feb 23, 2018
1 parent fedd6d8 commit 63fcd78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ You can perform filtering on the relationship field without joining but this pac

| Laravel Version | Package Tag | Supported | Development Branch
|-----------------|-------------|-----------| -----------|
| 5.5.* | 2.1.* | yes | master
| 5.6.* | 2.2.* | yes | master
| 5.5.* | 2.1.* | yes | 2.1
| 5.4.* | 2.0.* | yes | 2.0
| 5.3.* | 1.3.* | yes | 1.3
| 5.2.* | 1.2.* | yes | 1.2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
}
],
"require": {
"illuminate/database": "5.5.*"
"illuminate/database": "5.6.*"
},
"require-dev": {
"orchestra/testbench": "~3.5.0"
"orchestra/testbench": "~3.6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 63fcd78

Please sign in to comment.