Skip to content

Commit

Permalink
Add support for laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
lloricode authored Sep 3, 2019
1 parent 7dfa13c commit 7ae86cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
],
"require": {
"php": "^7.1.3",
"illuminate/database": "5.8.*",
"illuminate/filesystem": "5.8.*",
"illuminate/http": "5.8.*",
"illuminate/support": "5.8.*",
"illuminate/view": "5.8.*"
"illuminate/database": "5.8.*|^6.0",
"illuminate/filesystem": "5.8.*|^6.0",
"illuminate/http": "5.8.*|^6.0",
"illuminate/support": "5.8.*|^6.0",
"illuminate/view": "5.8.*|^6.0"
},
"require-dev": {
"orchestra/testbench": "^3.8"
Expand Down

0 comments on commit 7ae86cf

Please sign in to comment.