Skip to content

Commit

Permalink
Added support for Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Møller authored Aug 5, 2019
1 parent 443c7ca commit 95ff49d
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 @@ -26,8 +26,8 @@
},
"require": {
"php" : ">=7.0",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.7",
Expand Down

0 comments on commit 95ff49d

Please sign in to comment.