Skip to content

Commit

Permalink
Added missing web-token/jwt-framework dependency to magento/module-jw…
Browse files Browse the repository at this point in the history
…t-framework-adapter
  • Loading branch information
bgorski committed Mar 28, 2021
1 parent 3de1d60 commit 7306e85
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 7306e85

Please sign in to comment.