Skip to content

Commit

Permalink
support for laravel 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoulquie-tnw committed Mar 5, 2020
1 parent d2e7c8c commit 975b353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
}
],
"require": {
"php": ">=5.6 <=7.3",
"illuminate/support": "5.*",
"php": ">=5.6",
"illuminate/support": "~5|~6|~7",
"elasticsearch/elasticsearch": "~5.0"
},
"require-dev": {
Expand Down

0 comments on commit 975b353

Please sign in to comment.