Skip to content

Commit

Permalink
add support for Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw27 committed Feb 10, 2022
1 parent a0fed6a commit 31e49b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
}
],
"require": {
"illuminate/support": "5.* || ^6.0 || ^7.0 || ^8.0",
"illuminate/support": "5.* || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"mrclay/shibalike": "1.0.0",
"laravel/framework": "^5.4 || ^6.0 || ^7.0 || ^8.0",
"laravel/framework": "^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"php-open-source-saver/jwt-auth": "^1.4"
},
"autoload": {
Expand Down

0 comments on commit 31e49b6

Please sign in to comment.