Skip to content

Commit

Permalink
Laravel 8 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsam726 committed Sep 12, 2020
1 parent 509b9ff commit 238f828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
],
"require": {
"php": "^7.2",
"illuminate/support": "^6.0|^7.0"
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.5"
"orchestra/testbench": "^4.0|^6.0",
"phpunit/phpunit": "^8.5|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 238f828

Please sign in to comment.