-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
executable file
·51 lines (51 loc) · 1.31 KB
/
plugin.json
File metadata and controls
executable file
·51 lines (51 loc) · 1.31 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
48
49
50
51
{
"name": "UnzerPayment",
"namespace": "UnzerPayment",
"marketplaceName": {
"de": "Unzer Payment",
"en": "Unzer Payment"
},
"description": "The official Unzer payment plugin for plentyMarkets",
"shortDescription": {
"de": "Unzer ist dein flexibler Payment-Partner für alle Anforderungen deines Webshops.",
"en": "Unzer is your online payment partner for every situation."
},
"type": "payment",
"categories": [
"4083"
],
"version": "1.2.0",
"license": "AGPL-3.0",
"pluginIcon": "icon_plugin_xs.png",
"price": 0.0,
"keywords": [
"unzer",
"plentymarkets",
"payment"
],
"author": "Unzer",
"authorIcon": "icon_author_xs.png",
"email": "support@unzer.com",
"phone": "+49 30 837 93 000",
"serviceProvider": "UnzerPayment\\Providers\\ServiceProvider",
"containers": [],
"dataProviders": [
],
"require": {
"IO": ">=5.0.0",
"Ceres": ">=5.0.0"
},
"platform": {
"php": ">=8.0"
},
"dependencies": {
"unzerdev/php-sdk": "3.14.*"
},
"runOnBuild": [
"UnzerPayment\\Migrations\\CreateTransactionTable",
"UnzerPayment\\Migrations\\CreatePaymentMethodsSeparately",
"UnzerPayment\\Migrations\\UpdateTransactionTableV2",
"UnzerPayment\\Migrations\\CreateDataTable",
"UnzerPayment\\Migrations\\CreatePaymentMethodsSeparatelyRun2"
]
}