Skip to content

Commit

Permalink
ENGCOM-8974: Added missing web-token/jwt-framework dependency to mage…
Browse files Browse the repository at this point in the history
…nto/module-jwt-framework-adapter #32612
  • Loading branch information
gabrieldagama committed Apr 11, 2021
2 parents c1e2c1f + ad64536 commit 955ec18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/code/Magento/JwtFrameworkAdapter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*"
"magento/framework": "*",
"web-token/jwt-framework": "^v2.2.7"
},
"type": "magento2-module",
"license": [
Expand Down

0 comments on commit 955ec18

Please sign in to comment.