Skip to content

Commit

Permalink
Merge pull request #24 from michalkobierzynski/module-version-and-dep…
Browse files Browse the repository at this point in the history
…s-added

added composer.json deps
  • Loading branch information
Bartosz Kubicki authored Feb 5, 2021
2 parents 371da85 + bbab945 commit 0eb6565
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 0eb6565

Please sign in to comment.