Skip to content

Commit 9176414

Browse files
committed
Add author
1 parent a1745c8 commit 9176414

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

composer.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,29 @@
99
"Frosh\\Tools\\": "src/"
1010
}
1111
},
12+
"authors": [
13+
{
14+
"name": "FriendsOfShopware",
15+
"homepage": "https://friendsofshopware.com"
16+
}
17+
],
1218
"extra": {
1319
"shopware-plugin-class": "Frosh\\Tools\\FroshTools",
1420
"label": {
1521
"de-DE": "Tools",
1622
"en-GB": "Tools"
1723
},
1824
"description": {
19-
"de-DE": "Das Plugin beinhaltet mehrere Werkzeuge um den Shop besser zu verwalten wie einen besserer Cache Manager, Log Viewer um die Logeinträge zu sehen, oder die Tasks auszuführen",
20-
"en-GB": "The plugin includes several tools to better manage the store like a better cache manager, log viewer to see the log entries, run the tasks or see the system status."
25+
"de-DE": "Das Plugin beinhaltet mehrere Werkzeuge um den Shop besser zu verwalten wie einen besserer Cache Manager, Log Viewer um die Logeinträge zu sehen, oder die Tasks auszuführen",
26+
"en-GB": "The plugin includes several tools to better manage the store like a better cache manager, log viewer to see the log entries, run the tasks or see the system status."
2127
},
2228
"manufacturerLink": {
23-
"de-DE": "https://github.com/FriendsOfShopware/FroshPlatformMailArchive",
24-
"en-GB": "https://github.com/FriendsOfShopware/FroshPlatformMailArchive"
29+
"de-DE": "https://github.com/FriendsOfShopware/FroshPlatformMailArchive",
30+
"en-GB": "https://github.com/FriendsOfShopware/FroshPlatformMailArchive"
2531
},
2632
"supportLink": {
27-
"de-DE": "https://github.com/FriendsOfShopware/FroshPlatformMailArchive/issues",
28-
"en-GB": "https://github.com/FriendsOfShopware/FroshPlatformMailArchive/issues"
33+
"de-DE": "https://github.com/FriendsOfShopware/FroshPlatformMailArchive/issues",
34+
"en-GB": "https://github.com/FriendsOfShopware/FroshPlatformMailArchive/issues"
2935
}
3036
},
3137
"require": {

0 commit comments

Comments
 (0)