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

Commit

Permalink
Merge pull request #5 from xaviapa/master
Browse files Browse the repository at this point in the history
Laravel 8 support
  • Loading branch information
Robert Kummer authored Nov 6, 2020
2 parents e0b7d60 + 2d739e1 commit 23a8340
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 || ^7.0",
"illuminate/database": "^5.0 || ^6.0 || ^7.0"
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0",
"illuminate/database": "^5.0 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
Expand Down

0 comments on commit 23a8340

Please sign in to comment.