Skip to content

Commit

Permalink
Allow Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
rossriley authored Sep 11, 2020
1 parent 9a14023 commit 843a2b5
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 @@ -25,8 +25,8 @@
}
},
"require": {
"illuminate/http": "^5.8 | ^6",
"illuminate/routing": "^5.8 | ^6"
"illuminate/http": "^5.8 |^6|^7.0",
"illuminate/routing": "^5.8 |^6|^7.0"
},
"config": {
"platform": {
Expand Down

0 comments on commit 843a2b5

Please sign in to comment.