Skip to content

Commit 5d16d11

Browse files
chore: update openid connect package (#22)
* chore: update openid connect package
1 parent 3485954 commit 5d16d11

File tree

4 files changed

+2
-2075
lines changed

4 files changed

+2
-2075
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"require": {
3030
"php": ">=8.1",
31-
"jumbojett/openid-connect-php": "dev-master#20b51cb",
31+
"jumbojett/openid-connect-php": "dev-master#c146b71",
3232
"guzzlehttp/guzzle": "^7.5",
3333
"web-token/jwt-encryption": "^3.1",
3434
"web-token/jwt-key-mgmt": "^3.1",

psalm.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,5 @@
1010
>
1111
<projectFiles>
1212
<directory name="src" />
13-
<ignoreFiles>
14-
<file name="src/BaseOpenIDConnectClient.php" />
15-
<directory name="vendor" />
16-
</ignoreFiles>
1713
</projectFiles>
1814
</psalm>

0 commit comments

Comments
 (0)