Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Support Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jradtilbrook committed Mar 9, 2020
1 parent 5add0ca commit 01c8a82
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 @@ -11,8 +11,8 @@
}
],
"require": {
"illuminate/database": "~5.6|~6.0",
"illuminate/support": "~5.6|~6.0"
"illuminate/database": "~5.6|~6.0|~7.0",
"illuminate/support": "~5.6|~6.0|~7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
Expand Down

0 comments on commit 01c8a82

Please sign in to comment.