Skip to content

Commit

Permalink
Add laravel 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Thorne committed Dec 2, 2019
1 parent 859b602 commit 5db090e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"require": {
"php": "^7.0",
"keen-io/keen-io" : "~2.5",
"illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/filesystem": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/config": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/contracts": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
"illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/filesystem": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/config": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/contracts": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
Expand Down

0 comments on commit 5db090e

Please sign in to comment.