-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
63 lines (63 loc) · 2.25 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
60
61
62
63
{
"authors": [
{
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"name": "PostFinance Checkout"
}
],
"autoload": {
"psr-4": {
"PostFinanceCheckoutPayment\\": "src/"
}
},
"description": "PostFinanceCheckout integration for Shopware 6",
"extra": {
"copyright": "(c) by PostFinance Checkout",
"description": {
"de-DE": "PostFinanceCheckout integration für Shopware 6",
"en-GB": "PostFinanceCheckout integration for Shopware 6",
"fr-FR": "Intégration de PostFinanceCheckout pour Shopware 6",
"it-IT": "Integrazione PostFinanceCheckout per Shopware"
},
"label": {
"de-DE": "PostFinanceCheckout Produkte für Shopware 6",
"en-GB": "PostFinanceCheckout Products for Shopware 6",
"fr-FR": "PostFinanceCheckout Produits for Shopware 6",
"it-IT": "PostFinanceCheckout Prodotti per Shopware 6"
},
"manufacturerLink": {
"de-DE": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"en-GB": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"fr-FR": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"it-IT": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html"
},
"supportLink": {
"de-DE": "https://www.postfinance.ch/en/business/support.html",
"en-GB": "https://www.postfinance.ch/en/business/support.html",
"fr-FR": "https://www.postfinance.ch/en/business/support.html",
"it-IT": "https://www.postfinance.ch/en/business/support.html"
},
"shopware-plugin-class": "PostFinanceCheckoutPayment\\PostFinanceCheckoutPayment"
},
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html/",
"keywords": [
"PostFinance Checkout",
"payment",
"php",
"shopware"
],
"license": "Apache-2.0",
"name": "postfinancecheckout/shopware-6",
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=8.2",
"shopware/core": "~6.6.0",
"shopware/administration": "~6.6.0",
"shopware/storefront":"~6.6.0",
"postfinancecheckout/sdk": "^4.0.0"
},
"type": "shopware-platform-plugin",
"version": "6.1.10"
}