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 Compatibility
  • Loading branch information
rossriley authored Dec 3, 2019
2 parents cdfa15f + 4e18021 commit 054997f
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 @@ -18,8 +18,8 @@
],
"require": {
"php": ">=7.2",
"illuminate/support": "5.8.*",
"illuminate/database": "5.8.*"
"illuminate/support": "5.8.*|^6.0",
"illuminate/database": "5.8.*|6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 054997f

Please sign in to comment.