Skip to content

Commit

Permalink
[FEATURE] Updates composer requirements for Magento 2.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shahriar-vdc committed Nov 9, 2021
1 parent c67ff11 commit 948e2f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": "~7.0.13||~7.1.0||~7.2.0||~7.3.0",
"magento/framework": "^100.1||^101.0||^102.0",
"magento/module-customer": "^100.1||^101.0||^102.0",
"magento/module-sales": "^100.1||^101.0||^102.0",
"php": "~7.0.13||~7.1.0||~7.2.0||~7.3.0||~7.4.0",
"magento/framework": "^100.1||^101.0||^102.0||^103.0",
"magento/module-customer": "^100.1||^101.0||^102.0||^103.0",
"magento/module-sales": "^100.1||^101.0||^102.0||^103.0",
"magento/module-tax": "^100.0",
"swedbank-pay/magento2-core": "^1.5"
},
Expand Down

0 comments on commit 948e2f1

Please sign in to comment.