Skip to content

Commit

Permalink
Added Laravel 8.0 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Sep 9, 2020
1 parent 5359064 commit c642a1d
Show file tree
Hide file tree
Showing 2 changed files with 1,620 additions and 694 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
}
},
"require": {
"php": ">=7.2",
"illuminate/support": "^5.5|^5.6|^5.7|^5.8|^6.0|^7.0"
"php": ">=7.3",
"illuminate/support": "^5.5|^5.6|^5.7|^5.8|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5|^7.0|^8.0",
"orchestra/testbench": "3.5.*|3.6.*|3.7.*|3.8.*|4.*|5.*",
"phpunit/phpunit": "^6.5|^7.0|^8.0|^9.0",
"orchestra/testbench": "3.5.*|3.6.*|3.7.*|3.8.*|4.*|5.*|6.*",
"mockery/mockery": "^1.1"
},
"extra": {
Expand Down
Loading

0 comments on commit c642a1d

Please sign in to comment.