Skip to content

Commit b606bbc

Browse files
committed
Version 1.0.5
1 parent bdb4d5c commit b606bbc

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

composer.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "swissup/testimonials",
33
"description": "Testimonials extension from Swissup",
4+
"keywords": [
5+
"testimonials",
6+
"reviews"
7+
],
48
"type": "magento2-module",
5-
"version": "1.0.4",
9+
"version": "1.0.5",
610
"license": "OSL-3.0",
711
"require": {
812
"php": "~5.5.0|~5.6.0|~7.0.0",
@@ -13,5 +17,15 @@
1317
"psr-4": {
1418
"Swissup\\Testimonials\\": ""
1519
}
20+
},
21+
"extra": {
22+
"swissup": {
23+
"links": {
24+
"store" : "https://swissuplabs.com/testimonials-for-magento-2.html",
25+
"download" : "https://swissuplabs.com/subscription/customer/products/",
26+
"docs" : "http://docs.swissuplabs.com/m2/extensions/testimonials/",
27+
"changelog" : "http://docs.swissuplabs.com/m2/extensions/testimonials/changelog/"
28+
}
29+
}
1630
}
1731
}

0 commit comments

Comments
 (0)