-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
45 lines (45 loc) · 1.26 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
{
"name": "mediaopt/worldline",
"description": "Worldline Online Payments",
"version": "1.8.6",
"type": "shopware-platform-plugin",
"license": "proprietary",
"config": {
"prepend-autoloader": false,
"vendor-dir": "src/vendor"
},
"authors": [
{
"name": "Mediaopt"
}
],
"extra": {
"shopware-plugin-class": "MoptWorldline\\MoptWorldline",
"copyright": "(c) by Mediaopt GmbH",
"label": {
"de-DE": "Worldline Online Payments",
"en-GB": "Worldline Online Payments"
},
"description": {
"de-DE": "Zertifiziertes Worldline online Zahlungs-plugin für Shopware 6",
"en-GB": "Certified Worldline online payments extension for Shopware 6"
},
"manufacturerLink": {
"de-DE": "https://www.mediaopt.de/",
"en-GB": "https://www.mediaopt.de/"
},
"supportLink": {
"de-DE": "[email protected]",
"en-GB": "[email protected]"
}
},
"autoload": {
"psr-4": {
"MoptWorldline\\": "src/"
}
},
"require": {
"shopware/core": ">=6.4.0.0 <6.5.0.0",
"wl-online-payments-direct/sdk-php": "^3.4"
}
}