-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
60 lines (60 loc) · 2.34 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
{
"name": "wizmogmbh/ivy-payment",
"description": "Ivy - Sustainable Shopping",
"version": "1.3.0",
"type": "shopware-platform-plugin",
"license": "proprietary",
"authors": [
{
"name": "Ivy GmbH",
"email": "[email protected]",
"homepage": "https://www.getivy.de/",
"role": "Provider"
},
{
"name": "Wizmo GmbH",
"email": "[email protected]",
"homepage": "https://www.shopentwickler.berlin/",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"WizmoGmbh\\IvyPayment\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "WizmoGmbh\\IvyPayment\\WizmoGmbhIvyPayment",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "(c) by Wizmo GmbH",
"label": {
"de-DE": "Ivy - Nachhaltig Einkaufen",
"en-GB": "Ivy - Shop Sustainably"
},
"description": {
"de-DE": "Ivy ist der einfachste Weg, nachhaltig online einzukaufen. Wir schalten Karten aus und bringen den Planeten wieder ins Spiel. Bei jeder Bezahlung über Ivy, berechnen wir den CO2-Fußabdruck jedes Produkts im Warenkorb (einschließlich Produktion, Versand und Verpackung) und kompensieren ihn zu 100 % ohne zusätzliche Kosten für dich.",
"en-GB": "Ivy is the easiest way to shop online sustainably. We ditch cards and put the planet back into the equation. When paying with Ivy, we calculate the carbon footprint of every product in your basket (including production, shipping and packaging) and compensate it 100% at no extra cost to you."
},
"manufacturerLink": {
"de-DE": "https://www.shopentwickler.berlin/",
"en-GB": "https://www.shopentwickler.berlin/"
},
"supportLink": {
"de-DE": "https://www.getivy.de/",
"en-GB": "https://www.getivy.de/"
},
"pluginSupport": {
"de-DE": "[email protected]",
"en-GB": "[email protected]"
}
},
"require": {
"php": "^7.4 || ^8.0",
"guzzlehttp/guzzle": ">=7.3",
"symfony/serializer": ">=5.0",
"shopware/core": ">=6.4.0,<6.5.0"
},
"conflict": {
"ivy/shopware-payment-plugin": "*"
}
}