Skip to content

Commit

Permalink
updates composer dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Calin Reimer authored and CalinR committed Aug 9, 2023
1 parent 57fda8d commit c71bde0
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@
"license": [
"MIT"
],
"version": "1.0.1",
"version": "1.0.2",
"require": {
"ext-curl": "*",
"magento/framework": ">=102.0.2 <=103.0.6-p1",
"magento/module-backend": ">=101.0.2 <=102.0.6",
"magento/module-bundle": ">=100.3.2 <=101.0.6-p1",
"magento/module-catalog": ">=103.0.2 <=104.0.6-p1",
"magento/module-catalog-import-export": ">=101.0.2 <=101.1.6-p1",
"magento/module-checkout": ">=100.3.2 <=100.4.6-p1",
"magento/module-config": ">=101.1.2 <=101.2.6",
"magento/module-configurable-product": ">=100.3.2 <=100.4.6",
"magento/module-customer": ">=102.0.2 <=103.0.6-p1",
"magento/module-directory": ">=100.3.2 <=100.4.6",
"magento/module-eav": ">=102.0.2 <=102.1.6",
"magento/module-grouped-product": ">=100.3.2 <=100.4.6",
"magento/module-import-export": ">=100.3.2 <=101.0.6",
"magento/module-integration": ">=100.3.2 <=100.4.6",
"magento/module-payment": ">=100.3.2 <=100.4.6",
"magento/module-quote": ">=101.1.2 <=101.2.6-p1",
"magento/module-reports": ">=100.3.2 <=100.4.6-p1",
"magento/module-sales": ">=102.0.2 <=103.0.6-p1",
"magento/module-store": ">=101.0.2 <=101.1.6",
"magento/module-tax": ">=100.3.2 <=100.4.6",
"magento/framework": ">=102.0.2 <103.0.7",
"magento/module-backend": ">=101.0.2 <102.0.7",
"magento/module-bundle": ">=100.3.2 <101.0.7",
"magento/module-catalog": ">=103.0.2 <104.0.7",
"magento/module-catalog-import-export": ">=101.0.2 <101.1.7",
"magento/module-checkout": ">=100.3.2 <100.4.7",
"magento/module-config": ">=101.1.2 <101.2.7",
"magento/module-configurable-product": ">=100.3.2 <100.4.7",
"magento/module-customer": ">=102.0.2 <103.0.7",
"magento/module-directory": ">=100.3.2 <100.4.7",
"magento/module-eav": ">=102.0.2 <102.1.7",
"magento/module-grouped-product": ">=100.3.2 <100.4.7",
"magento/module-import-export": ">=100.3.2 <101.0.7",
"magento/module-integration": ">=100.3.2 <100.4.7",
"magento/module-payment": ">=100.3.2 <100.4.7",
"magento/module-quote": ">=101.1.2 <101.2.7",
"magento/module-reports": ">=100.3.2 <100.4.7",
"magento/module-sales": ">=102.0.2 <103.0.7",
"magento/module-store": ">=101.0.2 <101.1.7",
"magento/module-tax": ">=100.3.2 <100.4.7",
"psr/log": "*"
},
"suggest": {
Expand Down

0 comments on commit c71bde0

Please sign in to comment.