Skip to content

Commit

Permalink
Add support laravel8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Zhidenko authored and Nikolay Zhidenko committed Sep 10, 2020
1 parent 3764543 commit e23415b
Show file tree
Hide file tree
Showing 2 changed files with 1,059 additions and 252 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require": {
"php": ">=7.0",
"illuminate/database": "^5.0|^6.0|^7.0",
"illuminate/validation": "^5.0|^6.0|^7.0"
"illuminate/database": "^5.0|^6.0|^7.0|^8.0",
"illuminate/validation": "^5.0|^6.0|^7.0|^8.0"
}
}
Loading

0 comments on commit e23415b

Please sign in to comment.