Skip to content

Commit

Permalink
Added Laravel 8 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Sep 9, 2020
1 parent cec67f5 commit e287c4b
Show file tree
Hide file tree
Showing 2 changed files with 1,495 additions and 687 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"require": {
"php": ">=7.3",
"doctrine/dbal": "^2.10",
"illuminate/auth": "^5.5|^5.6|^5.7|^5.8|^6.0|^7.0",
"illuminate/support": "^5.5|^5.6|^5.7|^5.8|^6.0|^7.0"
"illuminate/auth": "^5.5|^5.6|^5.7|^5.8|^6.0|^7.0|^8.0",
"illuminate/support": "^5.5|^5.6|^5.7|^5.8|^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "3.5.*|3.6.*|3.7.*|3.8.*|4.*|5.*"
"orchestra/testbench": "3.5.*|3.6.*|3.7.*|3.8.*|4.*|5.*|6.*"
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit e287c4b

Please sign in to comment.