forked from mage2pro/stripe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (45 loc) · 966 Bytes
/
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
{
"name": "mage2pro/stripe"
,"version": "2.7.6"
,"description": "Stripe integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/stripe"
,"license": "MIT"
,"authors": [{
"name": "Dmitry Fedyuk",
"email": "[email protected]",
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=5.9.7", "mage2pro/phone": ">=1.0.11", "stripe/stripe-php": ">=7.19.1"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Stripe\\": ""}}
,"keywords": [
"3D Secure"
,"API"
,"Bank card"
,"Credit card"
,"eCommerce"
,"Magento"
,"Magento 2"
,"Magento extension"
,"Multishipping"
,"Payment"
,"Payment authorization"
,"Payment integration"
,"Payment gateway"
,"Refund"
,"Stripe"
,"ACH"
,"Alipay"
,"Apple Pay"
,"Bancontact"
,"Bitcoin"
,"Giropay"
,"iDEAL"
,"P24"
,"Przelewy24"
,"SEPA Direct Debit"
,"SOFORT"
,"WeChat Pay"
]
}