-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
38 lines (38 loc) · 961 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "landofcoder/module-testimonial",
"description": "Show customer testimonial carousel, listing, allow customer submit testimonial to review the site",
"type": "magento2-module",
"version": "2.1.2",
"require": {
"venustheme/module-all" : "1.*"
},
"authors": [
{
"name": "Landofcoder",
"email": "[email protected]",
"homepage": "https://landofcoder.com"
}
],
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Ves\\Testimonial\\": ""
}
},
"keywords": [
"magento2",
"magento 2",
"testimonial",
"advanced review",
"customer testimonial",
"venustheme",
"ves",
"landofcoder",
"testimonial carousel",
"testimonial form"
]
}