forked from shopware/SwagPayPal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
53 lines (53 loc) · 1.85 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
{
"name": "swag/paypal",
"description": "PayPal integration for Shopware 6",
"version": "1.9.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
{
"name": "Shopware"
}
],
"require": {
"shopware/core": "~6.2.3 || ~6.3.0"
},
"extra": {
"shopware-plugin-class": "Swag\\PayPal\\SwagPayPal",
"copyright": "(c) by shopware AG",
"label": {
"de-DE": "PayPal-Produkte für Shopware 6",
"en-GB": "PayPal Products for Shopware 6"
},
"description": {
"de-DE": "Bieten Sie Ihren Kunden Deutschlands beliebteste Bezahlmöglichkeiten mit nur einer Integration: Das neue PayPal-Modul bietet PayPal PLUS, Kauf auf Rechnung, Ratenzahlung & den Expressbutton",
"en-GB": "Get access to over 100 currencies and 200 markets worldwide with the payment module PayPal for your Shopware shop. Experience an easy and comfortable way of payment."
},
"manufacturerLink": {
"de-DE": "https://store.shopware.com/shopware-ag.html",
"en-GB": "https://store.shopware.com/en/shopware-ag.html"
},
"supportLink": {
"de-DE": "https://issues.shopware.com/",
"en-GB": "https://issues.shopware.com/"
}
},
"autoload": {
"psr-4": {
"Swag\\PayPal\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Swag\\PayPal\\Test\\": "tests/"
}
},
"suggest": {
"shopware/storefront": "Require '*'. Enables special payment features like 'Smart Payment Buttons' or 'Express Checkout'",
"shopware/administration": "Require '*'. Allows you to to set up the plugin easily"
},
"conflict": {
"shopware/storefront": "<6,>=7",
"shopware/administration": "<6,>=7"
}
}