Skip to content

Commit

Permalink
added support for laravel 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Pennati committed Aug 8, 2022
1 parent 9a669e6 commit af38af8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
}
],
"require": {
"illuminate/encryption": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0"
"illuminate/encryption": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/console": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit af38af8

Please sign in to comment.