-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
59 lines (42 loc) · 1.14 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "shopware6/paystack",
"description": "Paystack Integration For Shopware 6",
"version": "v1.0.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
{
"name": "Destiny Diekedie",
"role": "Developer @Alphaceema"
}
],
"autoload": {
"psr-4": {
"PaystackShopware6Plugin\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "PaystackShopware6Plugin\\PaystackShopware6Plugin",
"plugin-icon": "src/Resources/config/logo/paystack_logo.png",
"label": {
"de-DE": "Paystack",
"en-GB": "Paystack",
"fr-FR": "Paystack"
},
"description": {
"de-DE": "Akzeptieren Sie Die Zahlung Mit Paystack",
"en-GB": "Accept Payment With Paystack",
"fr-FR": "Accepter Le Paiement Avec Paystack"
},
"manufacturerLink": {
"de-DE": "https://alphaceema.com.ng",
"en-GB": "https://alphaceema.com.ng",
"fr-FR": "https://alphaceema.com.ng"
},
"supportLink": {
"de-DE": "https://alphaceema.com.ng",
"en-GB": "https://alphaceema.com.ng",
"fr-FR": "https://alphaceema.com.ng"
}
}
}