-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
27 lines (27 loc) · 953 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": "landofcoder/module-product-reviews",
"description": "Knowing the importance of boosting the customers trust to stores via reviews, we developed Magento 2 Product Reviews Extension to boost your business to the new level. The extension gives customers an allowance to post images, rate the review helpful or not, and filter needed reviews to meet their demands.",
"type": "magento2-module",
"license": "MIT",
"version": "1.0.10",
"authors": [
{
"name": "Landofcoder",
"email": "[email protected]",
"homepage": "https://landofcoder.com",
"role": "Magento 2 Extension Provider"
}
],
"require": {
"landofcoder/module-all" : "1.*",
"magento/module-review" : "100.*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Lof\\ProductReviews\\": ""
}
}
}