Skip to content

Commit

Permalink
added composer.json deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkobierzynski committed Feb 5, 2021
1 parent 7180b5f commit bbab945
Show file tree
Hide file tree
Showing 2 changed files with 2,477 additions and 144 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"require": {
"php": ">=7.1.0",
"react/http-client": "^0.5.9",
"magento/framework": ">=102.0"
"magento/framework": ">=102.0",
"magento/module-backend": "*",
"magento/module-catalog": "*",
"magento/module-config": "*",
"magento/module-store": "*"
},
"type": "magento2-module",
"version": "2.3.1",
Expand Down
Loading

0 comments on commit bbab945

Please sign in to comment.