Skip to content

Commit

Permalink
Merge pull request #37 from oriceon/patch-1
Browse files Browse the repository at this point in the history
Laravel 9 support
  • Loading branch information
samushi committed Feb 9, 2022
2 parents b0a5ea3 + 5868eea commit f18aaca
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 @@ -18,8 +18,8 @@
]
},
"require": {
"illuminate/support": "^7.0|^8.0",
"illuminate/notifications": "^7.0|^8.0"
"illuminate/support": "^7.0|^8.0|^9.0",
"illuminate/notifications": "^7.0|^8.0|^9.0"
},
"config": {
"sort-packages": true
Expand All @@ -33,4 +33,4 @@
]
}
}
}
}

0 comments on commit f18aaca

Please sign in to comment.