Skip to content

Commit

Permalink
Update composer.json - upgrade illuminate package version to 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-youngn committed Feb 11, 2022
1 parent 4ff3321 commit 8010296
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 8010296

Please sign in to comment.