Skip to content

Commit

Permalink
Support Laravel 6+
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Jan 30, 2021
1 parent 54f5795 commit 046d10c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
}
],
"require": {
"php": ">=7.0.0",
"illuminate/support": "^5.5|^6.0|^7.0"
"php": "^7.2.5|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
"illuminate/container": "^5.5|^6.0|^7.0",
"orchestra/testbench": "^3.5|^4.0|^5.0",
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0"
"illuminate/container": "^6.0|^7.0|^8.0",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 046d10c

Please sign in to comment.