forked from ekomi-ltd/eKomi-integration-magento-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
20 lines (20 loc) · 824 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "ekomiltd/ekomiintegration",
"description": "eKomi Plugin for Magento allows you to integrate your Magento shop easily with eKomi system. This allows you to collect verified reviews, display eKomi seal on your website and get your seller ratings on Google. This helps you increase your website's click through rates, conversion rates and also, if you are running Google AdWord Campaigns, this helps in improving your Quality Score and hence your costs per click.",
"type": "magento2-module",
"version": "2.5.9",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.3.1|~7.4.0",
"magento/framework": ">=100.0.4"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Ekomi\\EkomiIntegration\\": ""
}
}
}