-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
41 lines (41 loc) · 1.17 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
{
"name" : "netseu/checkout",
"description" : "Nets Payment Plugin",
"type" : "shopware-platform-plugin",
"version" : "1.5.7",
"license" : "MIT",
"authors" : [{
"name" : "Nets"
}
],
"require" : {
"shopware/core" : "~6.6.0"
},
"require-dev": {
"rector/rector": "^0.18.3"
},
"extra" : {
"shopware-plugin-class" : "Nets\\Checkout\\NetsCheckout",
"label" : {
"de-DE" : "Nets Payment Plugin",
"en-GB" : "Nets Payment Plugin"
},
"description" : {
"de-DE" : "Nets Payment Plugin. Unser Nexi Checkout-Plugin ist die perfekte Möglichkeit für Sie, eine Checkout-Lösung für Ihr Geschäft und Ihre Verbraucher zu ermöglichen.",
"en-GB" : "Our Nexi Checkout plugin is the perfect way for you to enable a checkout solution for your store and consumers. Nexi Checkout supports most of the popular payment methods."
},
"manufacturerLink": {
"de-DE": "https://ecom.nets.eu/de/shopware-checkout",
"en-GB": "https://ecom.nets.eu/shopware-checkout"
},
"supportLink": {
"de-DE": "https://ecom.nets.eu/de/shopware-checkout",
"en-GB": "https://ecom.nets.eu/shopware-checkout"
}
},
"autoload" : {
"psr-4" : {
"Nets\\Checkout\\" : "src/"
}
}
}