8000 Fix psalm error · symfony/symfony@45ddac6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45ddac6

Browse files
Fix psalm error
1 parent 6b4e728 commit 45ddac6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@
157157
"twig/inky-extra": "^2.12|^3",
158158
"twig/markdown-extra": "^2.12|^3",
159159
"web-token/jwt-checker": "^3.1",
160-
"web-token/jwt-signature-algorithm-ecdsa": "^3.1"
160+
"web-token/jwt-signature-algorithm-ecdsa": "^3.1",
161+
"web-token/jwt-signature-algorithm-rsa": "^3.1"
161162
},
162163
"conflict": {
163164
"ext-psr": "<1.1|>=2",

0 commit comments

Comments
 (0)
0