Skip to content

Commit

Permalink
Allow Laravel 6.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnessworthy authored and davidhemphill committed Sep 4, 2019
1 parent 83d45c0 commit 8050bca
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 @@ -14,7 +14,7 @@
],
"type": "project",
"require": {
"illuminate/support": "~5.7|~5.8"
"illuminate/support": "^5.7|^6.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand Down Expand Up @@ -47,4 +47,4 @@
]
}
}
}
}

0 comments on commit 8050bca

Please sign in to comment.