Skip to content

Commit

Permalink
Added Laravel 7 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
ssx committed Mar 11, 2020
1 parent fa42865 commit 5c9a790
Show file tree
Hide file tree
Showing 2 changed files with 976 additions and 709 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"illuminate/contracts": "^5.5|^6.0"
"illuminate/contracts": "^5.5|^6.0|^7.0"
},
"require-dev": {
"orchestra/testbench": "^3.5",
"phpunit/phpunit": "^6.0|^7.0"
"orchestra/testbench": "^3.5|^5.0",
"phpunit/phpunit": "^6.0|^7.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 5c9a790

Please sign in to comment.