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

 - Merge Pull Request #32612 from bgorski/magento2:jwt-deps-fix
 - Merged commits:
   1. 7306e85
  • Loading branch information
magento-engcom-team committed Apr 1, 2021
2 parents be82efb + 7306e85 commit ad64536
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 ad64536

Please sign in to comment.