Skip to content

Commit

Permalink
Support Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
abdrzakoxa committed Sep 8, 2020
1 parent c76df67 commit 44c1c9c
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 @@ -10,8 +10,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": ">=4.2 <8.0",
"illuminate/cache": ">=4.2 <8.0"
"illuminate/support": ">=4.2 <9.0",
"illuminate/cache": ">=4.2 <9.0"
},
"suggest": {
"illuminate/filesystem": "Save settings to a JSON file.",
Expand Down

0 comments on commit 44c1c9c

Please sign in to comment.