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

Commit

Permalink
support Laravel 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kummer authored Apr 3, 2020
1 parent 7dad077 commit e0b7d60
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 @@ -15,8 +15,8 @@
}
},
"require": {
"illuminate/support": "^5.0 || ^6.0",
"illuminate/database": "^5.0 || ^6.0"
"illuminate/support": "^5.0 || ^6.0 || ^7.0",
"illuminate/database": "^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
Expand Down

0 comments on commit e0b7d60

Please sign in to comment.