Skip to content

Commit

Permalink
laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
EsdertCO committed Aug 28, 2020
1 parent 76d631f commit 8b78c3e
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 @@ -10,9 +10,9 @@
}
],
"require": {
"illuminate/support": "^5|^6|^7",
"illuminate/console": "^5|^6|^7",
"illuminate/filesystem": "^5|^6|^7"
"illuminate/support": "^5|^6|^7|^8",
"illuminate/console": "^5|^6|^7|^8",
"illuminate/filesystem": "^5|^6|^7|^8"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8b78c3e

Please sign in to comment.