forked from crehler/CrehlerBaseLinker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.24 KB
/
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
39
{
"name": "derlinke/shopwarebaselinkerintegration",
"description": "Shopware Baselinker Integration Fork",
"type": "shopware-platform-plugin",
"license": "proprietary",
"version": "1.1.01",
"_comment": "v.1.0 = Fork von Version 1.0.32",
"authors": [
{
"name": "DerLinke",
"role": "Owner"
}
],
"support": {
"email": "mail@gadgetplanter.de"
},
"autoload": {
"psr-4": {
"derlinke\\shopwarebaselinkerintegration\\": "src/"
}
},
"require": {
"shopware/core": "6.6.*",
"shopware/storefront": "6.6.*"
},
"extra": {
"shopware-plugin-class": "derlinke\\shopwarebaselinkerintegration\\ShopwareBaselinkerIntegration",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "(c) GadgetPlanter.de - forked from crehler/CrehlerBaseLinker",
"label": {
"de-DE": "Shopware Baselinker Integration",
"en-GB": "Shopware Baselinker Integration"
},
"manufacturerLink": {
"de-DE": "https://github.com/DerLinke/ShopwareBaselinkerIntegration",
"en-GB": "https://github.com/DerLinke/ShopwareBaselinkerIntegration"
}
}
}