Skip to content

Commit

Permalink
Laravel 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidnadejdin authored Oct 7, 2019
1 parent 28bb192 commit c1b6cd0
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 @@
"license": "MIT",
"require": {
"php": ">=7.1.0",
"illuminate/support": "5.7.*",
"illuminate/console": "5.7.*",
"illuminate/database": "5.7.*",
"illuminate/filesystem": "5.7.*"
"illuminate/support": "5.7.*|^6",
"illuminate/console": "5.7.*|^6",
"illuminate/database": "5.7.*|^6",
"illuminate/filesystem": "5.7.*|^6"
},
"require-dev": {
"mockery/mockery": "^1.1",
Expand Down

0 comments on commit c1b6cd0

Please sign in to comment.