Skip to content

Commit

Permalink
Merge pull request #2 from consilience/laravel8
Browse files Browse the repository at this point in the history
Issue #1 support for illuminate/support ^8.0
  • Loading branch information
judgej authored Dec 3, 2020
2 parents a7c9904 + 181a06c commit 25bf402
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 @@ -16,8 +16,8 @@
}
},
"require": {
"php": "^7.3|^7.4",
"illuminate/support": "~5.6|^6.0|^7.0"
"php": "^7.3|^7.4|^8.0",
"illuminate/support": "~5.6|^6.0|^7.0|^8.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 25bf402

Please sign in to comment.