Current File : /home/tradevaly/ladybagcollection.com/project/vendor/mercadopago/dx-php/composer.json |
{
"name": "mercadopago/dx-php",
"description": "Mercado Pago PHP SDK",
"type": "library",
"homepage": "https://github.com/mercadopago/dx-php",
"license": "MIT",
"version": "2.2.1",
"config": {
"platform": {
"php": "7.1"
}
},
"authors": [
{
"name": "imasson",
"role": "Developer",
"homepage": "https://github.com/imasson"
},
{
"name": "joelibaceta",
"role": "Developer",
"homepage": "https://github.com/joelibaceta"
}
],
"require": {
"php": ">=7.1.0",
"doctrine/common": "^2.6",
"doctrine/annotations": "^1.8"
},
"require-dev": {
"phpunit/phpunit": "^5",
"symfony/yaml": "~2.5",
"phpmd/phpmd": "@stable",
"squizlabs/php_codesniffer": "2.3.*",
"sebastian/phpcpd": "*",
"doctrine/orm": "~2.3",
"vlucas/phpdotenv": "^2.5",
"phpdocumentor/phpdocumentor": "^2.0"
},
"autoload": {
"psr-4": {
"MercadoPago\\": [
"src/MercadoPago/",
"tests/",
"src/MercadoPago/Generic/",
"src/MercadoPago/Entities/",
"src/MercadoPago/Entities/Shared/"
]
}
},
"scripts": {
"test": "./vendor/bin/phpunit tests",
"generate-doc": "php phpDocumentor.phar --visibility=\"public,protected\" --template=\"responsive-twig\" --title=\"SDK Mercado Pago\" -d ./src/MercadoPaGo/Entities -t ./docs"
},
"repositories": [
{
"type": "composer",
"url": "https://packagist.org"
},
{ "packagist": false }
]
}