-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
66 lines (66 loc) · 2.69 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
64
65
66
{
"authors": [
{
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"name": "PostFinance Checkout"
}
],
"autoload": {
"psr-4": {
"PostFinanceCheckoutPayment\\": "src/"
}
},
"conflict": {
"shopware/administration": "<6.4.2.1,>=7",
"shopware/storefront": "<6.4.2.1,>=7"
},
"description": "PostFinanceCheckout integration for Shopware 6",
"extra": {
"copyright": "(c) by PostFinance Checkout",
"description": {
"de-DE": "PostFinanceCheckout integration f\u00fcr Shopware 6",
"en-GB": "PostFinanceCheckout integration for Shopware 6",
"fr-FR": "Int\u00e9gration de PostFinanceCheckout pour Shopware 6",
"it-IT": "Integrazione PostFinanceCheckout per Shopware"
},
"label": {
"de-DE": "PostFinanceCheckout Produkte f\u00fcr 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": ">=7.4",
"shopware/core": "6.4.*",
"shopware/storefront": "6.4.*",
"postfinancecheckout/sdk": "3.2.0"
},
"type": "shopware-platform-plugin",
"version": "4.0.56"
}