Skip to content

Commit

Permalink
bump jwt library to new major version
Browse files Browse the repository at this point in the history
  • Loading branch information
ziming committed Jul 15, 2024
1 parent c2a685e commit a1fa969
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"guzzlehttp/guzzle": "^7.0",
"illuminate/contracts": "^10.0||^11.0",
"spatie/laravel-package-tools": "^1.4.3",
"web-token/jwt-framework": "^3.4.3"
"web-token/jwt-framework": "^4.0"
},
"require-dev": {
"brianium/paratest": "^7.0",
Expand Down
1 change: 0 additions & 1 deletion src/Services/MyinfoSecurityService.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ public static function decryptJWE(string $personDataToken, string $passphrase =

$jweDecrypter = new JWEDecrypter(
$keyEncryptionAlgorithmManager,
null
);

$recipient = 0;
Expand Down

0 comments on commit a1fa969

Please sign in to comment.