Skip to content

Commit

Permalink
Merge pull request #6 from ginnerpeace/9.x
Browse files Browse the repository at this point in the history
Update composer.json - upgrade illuminate package version to 9.x
  • Loading branch information
jay-youngn authored Feb 12, 2022
2 parents 4ff3321 + 8010296 commit 19dfc81
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
"authors": [
{
"name": "ginnerpeace",
"email": "ginnerpeace@live.com",
"role": "Master"
"email": "ginnerpeace@gmail.com"
}
],
"require": {
"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",
"illuminate/redis": "^5.1|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0",
"predis/predis": "~1.1"
},
"autoload": {
Expand Down

0 comments on commit 19dfc81

Please sign in to comment.