forked from gnemes/cart-magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·43 lines (43 loc) · 951 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
{
"name": "mercadopago/magento2-plugin",
"description": "Mercado Pago Magento 2 Plugin",
"authors": [
{
"name": "Mercado Pago",
"email": "[email protected]"
}
],
"type": "magento2-component",
"version": "3.3.4",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"require": {
"magento/magento-composer-installer": "*"
},
"require-dev": {
"magento/product-community-edition": "2.*",
"phpunit/phpunit": "4.1.0",
"squizlabs/php_codesniffer": "1.5.3",
"phpmd/phpmd": "@stable",
"pdepend/pdepend": "2.2.2",
"sjparkinson/static-review": "~4.1",
"fabpot/php-cs-fixer": "~1.2",
"lusitanian/oauth": "~0.3 <=0.7.0"
},
"autoload": {
"psr-4": {
"MercadoPago\\Core\\": "src/MercadoPago/Core"
},
"files": [
"src/MercadoPago/Core/registration.php"
]
}
}