Skip to content

Commit

Permalink
Merge pull request #4 from ginnerpeace/feature/l8support
Browse files Browse the repository at this point in the history
Update composer.json - upgrade illuminate package version to 8.x
  • Loading branch information
ginnerpeace authored Dec 29, 2020
2 parents 5395df1 + 0bd8934 commit 4ff3321
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 @@ -12,9 +12,9 @@
}
],
"require": {
"php": "^7.0",
"illuminate/redis": "^5.1|^6.0|^7.0",
"illuminate/support": "^5.1|^6.0|^7.0",
"php": "^7.0|^8.0",
"illuminate/redis": "^5.1|^6.0|^7.0|^8.0",
"illuminate/support": "^5.1|^6.0|^7.0|^8.0",
"predis/predis": "~1.1"
},
"autoload": {
Expand Down

0 comments on commit 4ff3321

Please sign in to comment.