Skip to content

Commit 19795d7

Browse files
committed
Fix missing NistCurve class
1 parent b819220 commit 19795d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Component/Core/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"ext-gmp": "*",
2525
"ext-mbstring": "*",
2626
"fgrosse/phpasn1": "^2.0",
27-
"spomky-labs/base64url": "^1.0|^2.0"
27+
"spomky-labs/base64url": "^1.0|^2.0",
28+
"web-token/jwt-util-ecc": "^1.3"
2829
},
2930
"require-dev": {
3031
"phpunit/phpunit": "^6.0|^7.0"

0 commit comments

Comments
 (0)