Skip to content

Commit

Permalink
Merge pull request #13 from andreasbergqvist/master
Browse files Browse the repository at this point in the history
Add Laravel 6 support
  • Loading branch information
dniccum authored Sep 13, 2019
2 parents 81051e3 + a9eb226 commit 24b1a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"require": {
"php": ">=7.1.0",
"illuminate/support": "^5.8"
"illuminate/support": "^5.8|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 24b1a47

Please sign in to comment.