Skip to content

Commit 7306e85

Browse files
committed
Added missing web-token/jwt-framework dependency to magento/module-jwt-framework-adapter
1 parent 3de1d60 commit 7306e85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/JwtFrameworkAdapter/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
},
77
"require": {
88
"php": "~7.3.0||~7.4.0",
9-
"magento/framework": "*"
9+
"magento/framework": "*",
10+
"web-token/jwt-framework": "^v2.2.7"
1011
},
1112
"type": "magento2-module",
1213
"license": [

0 commit comments

Comments
 (0)