{
  "name": "mp-plugins/php-sdk",
  "description": "Mercado Pago Plugins PHP-SDK",
  "version": "3.3.0",
  "type": "library",
  "scripts": {
    "lint": "./vendor/bin/phpcs -q --report=checkstyle --standard=PSR2 src",
    "test": "./vendor/bin/phpunit --coverage-html coverage --coverage-clover clover.xml --coverage-text --testdox --colors=auto --testsuite pp-php-sdk-unit",
    "integration-test": "./vendor/bin/phpunit --testsuite pp-php-sdk-integration"
  },
  "autoload": {
    "psr-4": {
      "MercadoPago\\PP\\Sdk\\": [
        "src"
      ]
    }
  },
  "autoload-dev": {
    "psr-4": {
      "MercadoPago\\PP\\Sdk\\Tests\\Unit\\": [
        "tests/unit"
      ],
      "MercadoPago\\PP\\Sdk\\Tests\\Integration\\": [
        "tests/integration"
      ]
    }
  },
  "require": {
    "php": ">=7",
    "ext-json": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "9.5.27",
    "squizlabs/php_codesniffer": "3.7.2"
  },
  "license": "proprietary",
  "authors": [
    {
      "name": "Mercado Pago SMB",
      "email": "pp_smb@mercadolivre.com"
    }
  ],
  "minimum-stability": "stable"
}