-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 955 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
{
"name": "mage2pro/mercadopago"
,"version": "0.0.4"
,"description": "An alternative MercadoPago payment module for Magento 2 you can get fast support, free installation service and customizations for"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/mercadopago"
,"license": "proprietary"
,"authors": [{
"name": "Dmitry Fedyuk",
"email": "admin@mage2.pro",
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=3.4.1", "mercadopago/sdk": ">=0.5.2"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\MercadoPago\\": ""}}
,"keywords": [
"API"
,"Bank card"
,"Argentina", "Brasil", "Brazil", "Chile", "Mexico", "Venezuela", "Colombia", "Uruguay", "Peru"
,"Credit card"
,"eCommerce"
,"Magento"
,"Magento 2"
,"Magento extension"
,"MercadoPago"
,"Payment"
,"Payment authorization"
,"Payment integration"
,"Payment gateway"
]
}