{
  "name": "bitpay/sdk",
  "description": "Complete version of the PHP library for the new cryptographically secure BitPay API",
  "license": "MIT",
  "minimum-stability": "stable",
  "keywords": [
    "bitpay",
    "bitcoin",
    "cash",
    "payment",
    "gateway"
  ],
  "homepage": "https://github.com/bitpay/php-bitpay-client-v2",
  "require": {
    "php": "^8.0 || ^8.1 || ^8.2",
    "ext-json": "*",
    "ext-reflection": "*",
    "bitpay/key-utils": "^1.1",
    "guzzlehttp/guzzle": "^7.0",
    "symfony/yaml": "^5.4 || ^6.0 || ^6.1 || ^6.2",
    "netresearch/jsonmapper": "^4.1"
  },
  "authors": [
    {
      "name": "Antonio Buedo",
      "email": "solutions-engineering@bitpay.com"
    }
  ],
  "require-dev": {
    "phpunit/phpunit": "^9.0 || ^10.2.2"
  },
  "scripts": {
    "setup": [
      "php setup/ConfigGenerator.php"
    ]
  },
  "autoload": {
    "psr-4": {
      "BitPaySDK\\": "src/BitPaySDK"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "BitPaySDK\\Test\\": "test/unit/BitPaySDK",
      "BitPaySDK\\Functional\\": "test/functional/BitPaySDK"
    }
  }
}
