Skip to content

Commit

Permalink
Merge pull request #1 from bemyguest/rossriley-patch-1
Browse files Browse the repository at this point in the history
Laravel 6.x Compatibility
  • Loading branch information
rossriley authored Dec 6, 2019
2 parents 7048836 + 8d1f517 commit 89e3c5d
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 @@ -23,7 +23,7 @@
],
"require": {
"php": ">=7.0.0",
"illuminate/database": "^5.5"
"illuminate/database": "^5.5|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 89e3c5d

Please sign in to comment.