Skip to content

Commit

Permalink
added support for laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
leopado committed Oct 30, 2020
1 parent 93c2055 commit 2947fbb
Show file tree
Hide file tree
Showing 2 changed files with 1,606 additions and 547 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],
"require": {
"php" : ">=5.6.0",
"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.2|^8.0|^9.0"
Expand Down
Loading

0 comments on commit 2947fbb

Please sign in to comment.