Skip to content

Commit

Permalink
add l8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemilloy committed Nov 16, 2020
1 parent 79c7041 commit 4de342f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Clear application, view and config cache with one command",
"type": "library",
"require": {
"illuminate/support": "^5.5|^6.0|^7.0",
"illuminate/console": "^5.5|^6.0|^7.0"
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
"illuminate/console": "^5.5|^6.0|^7.0|^8.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 4de342f

Please sign in to comment.