Skip to content

Commit

Permalink
Merge pull request #17 from Davidnadejdin/patch-1
Browse files Browse the repository at this point in the history
Laravel 6 support
  • Loading branch information
edmundluong88 authored Feb 4, 2020
2 parents 28bb192 + c1b6cd0 commit b5cf01e
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 b5cf01e

Please sign in to comment.