forked from m2epro/magento2-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.66 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "m2epro/magento2-extension",
"description": "M2E Pro is a Magento trusted (TM), award-winning extension, which allows merchants of all sizes to fully integrate Magento based system(s) into eBay/Amazon/Rakuten.com platforms.",
"type": "magento2-module",
"version": "1.2.1",
"license": "Refer to Terms and Conditions on m2epro.com",
"keywords": ["ebay", "amazon", "rakuten", "magento"],
"homepage": "http://www.m2epro.com/",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-catalog": "*",
"magento/module-catalog-inventory": "*",
"magento/module-config": "*",
"magento/module-customer": "*",
"magento/module-eav": "*",
"magento/module-payment": "*",
"magento/module-quote": "*",
"magento/module-require-js": "*",
"magento/module-sales": "*",
"magento/module-sales-sequence": "*",
"magento/module-shipping": "*",
"magento/module-store": "*",
"magento/module-tax": "*"
},
"suggest": {
"magento/module-bundle": "Allows using bundle products in listings and orders",
"magento/module-configurable-product": "Allows using configurable products in listings and orders",
"magento/module-cron": "Allows execute scheduled tasks even if site not available from M2E Pro Cron Service",
"magento/module-grouped-product": "Allows using grouped products in listings and orders"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Ess\\M2ePro\\": ""
}
}
}