Skip to content

Commit 1818972

Browse files
authored
Update composer.json
updated require and version
1 parent f8c4759 commit 1818972

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

composer.json

+9-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
"name": "venustheme/module-testimonial",
33
"description": "Show customer testimonial carousel, listing, allow customer submit testimonial to review the site",
44
"type": "magento2-module",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
6+
"require": {
7+
"venustheme/module-all" : "1.*"
8+
},
69
"authors": [
710
{
8-
"name": "Venustheme",
9-
"email": "venustheme@gmail.com",
10-
"homepage": "http://www.venustheme.com"
11+
"name": "Landofcoder",
12+
"email": "landofcoder@gmail.com",
13+
"homepage": "https://landofcoder.com"
1114
}
1215
],
1316
"license": [
@@ -28,7 +31,8 @@
2831
"customer testimonial",
2932
"venustheme",
3033
"ves",
34+
"landofcoder",
3135
"testimonial carousel",
3236
"testimonial form"
3337
]
34-
}
38+
}

0 commit comments

Comments
 (0)