forked from trustpilot/plugin-magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·27 lines (27 loc) · 994 Bytes
/
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
{
"name": "trustpilot/module-reviews",
"description": "The Trustpilot Review extension makes it simple and easy for merchants to collect reviews from their customers to power their marketing efforts, increase sales conversion, build their online reputation and draw business insights.",
"type": "magento2-module",
"version": "2.6.574",
"license": [
"OSL-3.0"
],
"require": {
"magento/framework": ">=100.0.20",
"magento/module-sales": ">=100.0.16",
"magento/module-store": ">=100.0.9",
"magento/module-checkout": ">=100.0.16",
"magento/module-configurable-product": ">=100.0.12",
"magento/module-catalog": ">=100.0.17",
"magento/module-eav": ">=100.0.12",
"magento/module-admin-notification": ">=100.0.7",
"magento/module-backend": ">=100.0.12",
"psr/log": ">=1.0.0"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Trustpilot\\Reviews\\": ""
}
}
}