-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
52 lines (51 loc) · 1.1 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
{
"name": "mage2pro/moip"
,"version": "1.5.0"
,"description": "Moip integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/moip"
,"license": "proprietary"
,"authors": [{
"name": "Dmitrii Fediuk",
"email": "admin@mage2.pro",
"homepage": "https://upwork.com/fl/mage2pro",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=9.0.5", "mage2pro/geo": ">=1.3.0", "mage2pro/phone": ">=1.0.0"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Moip\\": ""}}
,"keywords": [
"API"
,"Bank card"
,"Brasil"
,"Brazil"
,"Credit card"
,"eCommerce"
,"Magento"
,"Magento 2"
,"Magento extension"
,"Moip"
,"Payment"
,"Payment authorization"
,"Payment integration"
,"Payment gateway"
,"Visa"
,"Visa Electron"
,"MasterCard"
,"American Express"
,"Diners Club International"
,"Hipercard"
,"Cartão Hiper"
,"Elo"
,"Oi Paggo"
,"Installment"
,"Online banking"
,"Itaú Unibanco"
,"Banco do Brasil"
,"Banco Santander"
,"Banco Real"
,"Banco Banrisul"
,"Credit purchase"
,"Offline payment"
,"Boleto Bancário"
]
}