-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
47 lines (47 loc) · 1.43 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
40
41
42
43
44
45
46
47
{
"name": "crehler/base-linker-shops-api",
"description": "Crehler BaseLinker Shops API",
"type": "shopware-platform-plugin",
"license": "proprietary",
"version": "1.0.32",
"authors": [
{
"name": "Crehler Sp. z o. o.",
"email": "[email protected]",
"homepage": "https://crehler.com",
"role": "Owner"
},
{
"name": "Michał Bortkiewicz",
"homepage": "https://github.com/michubortek",
"role": "Developer"
}
],
"support": {
"email": "[email protected]"
},
"autoload": {
"psr-4": {
"Crehler\\BaseLinkerShopsApi\\": "src/"
}
},
"require": {
"shopware/core": "6.5.*",
"shopware/storefront": "6.5.*"
},
"extra": {
"shopware-plugin-class": "Crehler\\BaseLinkerShopsApi\\CrehlerBaseLinkerShopsApi",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "(c) by Crehler Sp. z o. o.",
"label": {
"de-DE": "Crehler BaseLinker Shops API",
"en-GB": "Crehler BaseLinker Shops API",
"pl-PL": "Crehler BaseLinker Shops API"
},
"manufacturerLink": {
"de-DE": "https://store.shopware.com/crehler.html",
"en-GB": "https://store.shopware.com/en/crehler.html",
"pl-PL": "https://store.shopware.com/en/crehler.html"
}
}
}