-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (45 loc) · 961 Bytes
/
composer.json
File metadata and controls
46 lines (45 loc) · 961 Bytes
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.8.1"
,"description": "Stripe integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/stripe"
,"license": "MIT"
,"authors": [{
"name": "Dmitrii Fediuk",
"email": "admin@mage2.pro",
"homepage": "https://upwork.com/fl/mage2pro",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=10.2.1", "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"
]
}