Skip to content

Commit

Permalink
fix: jwt auth 依赖更新
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s committed Jan 20, 2024
1 parent 637eb4a commit c0a8ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"yurunsoft/phpmailer-swoole": "^1.0",
"zoujingli/ip2region": "2.0.*",
"ramsey/uuid": "^4.7",
"lcobucci/jwt": "~4.1.0",
"lcobucci/jwt": "~5.2.0",
"nesbot/carbon": "^1.0 || ^2.0",
"phpoffice/phpspreadsheet": "^1.24",
"hyperf/model-listener": "~3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/jwt-auth/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"require": {
"php": ">=8.1",
"lcobucci/jwt": "~4.1.0",
"lcobucci/jwt": "~5.2.0",
"nesbot/carbon": "^1.0 || ^2.0"
},
"require-dev": {},
Expand Down

0 comments on commit c0a8ada

Please sign in to comment.