Skip to content

Commit

Permalink
Adjusting composer requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosampaio committed Dec 7, 2021
1 parent 97febff commit 289fa66
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"frenet/frenet-php": "^1.1.0",
"symfony/finder": "^v5.0.0",
"magento/framework": "^101.0.0|^102.0.0|^103.0.0",
"magento/module-catalog": "^102.0.4",
"magento/module-quote": "^101.0.3",
"magento/module-shipping": "^100.2.4",
"magento/module-directory": "^100.2.3",
"magento/module-bundle": "^100.2.3",
"magento/module-grouped-product": "^100.2.2",
"magento/module-configurable-product": "^100.2.4",
"magento/module-downloadable": "^100.2.3",
"magento/module-store": "^100.2.3"
"magento/module-catalog": "*",
"magento/module-quote": "*",
"magento/module-shipping": "*",
"magento/module-directory": "*",
"magento/module-bundle": "*",
"magento/module-grouped-product": "*",
"magento/module-configurable-product": "*",
"magento/module-downloadable": "*",
"magento/module-store": "*"
},
"require-dev": {
"magento/magento-coding-standard": "~4.0.0",
Expand Down

0 comments on commit 289fa66

Please sign in to comment.