-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.5 KB
/
composer.json
File metadata and controls
47 lines (47 loc) · 1.5 KB
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": "wexo/plugin-altapay",
"description": "AltaPay plugin for Shopware 6",
"type": "shopware-platform-plugin",
"license": "MIT",
"version": "2.0.10",
"authors": [
{
"name": "AltaPay A/S",
"homepage": "https://www.altapay.com/"
}
],
"autoload": {
"psr-4": {
"Wexo\\AltaPay\\": "src/"
}
},
"require": {
"ext-simplexml": "*",
"shopware/core": "~6.6.0 || ~6.7.0"
},
"extra": {
"shopware-plugin-class": "Wexo\\AltaPay\\WexoAltaPay",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "(c) by AltaPay A/S",
"label": {
"da-DK": "AltaPay",
"en-GB": "AltaPay",
"de-DE": "AltaPay"
},
"description": {
"da-DK": "Giver mulighed for at bruge AltaPay som betalingsudbyder i Shopware",
"en-GB": "Enables using AltaPay as payment provider in Shopware",
"de-DE": "Ermöglicht die Nutzung von AltaPay als Zahlungsanbieter in Shopware"
},
"manufacturerLink": {
"dk-DK": "https://www.altapay.com",
"en-GB": "https://www.altapay.com",
"de-DE": "https://www.altapay.com"
},
"supportLink": {
"da-DK": "https://github.com/AltaPay/plugin-shopware/wiki",
"en-GB": "https://github.com/AltaPay/plugin-shopware/wiki",
"de-DE": "https://github.com/AltaPay/plugin-shopware/wiki"
}
}
}