{
    "name": "bitpay/sdk-light",
    "description": "Light 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-light-client",
    "require": {
        "php": "^7.1",
        "guzzlehttp/guzzle": "^6.3 || ^7.0",
        "ext-json": "*",
        "ext-openssl": "*"
    },
    "authors": [
        {
            "name": "Antonio Buedo",
            "email": "solutions-engineering@bitpay.com"
        }
    ],
    "require-dev": {
        "phpunit/phpunit": "^7.5"
    },
    "autoload": {
        "psr-4": {
            "BitPaySDKLight\\": "src/BitPaySDKLight"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "BitPaySDKLight\\Test\\": "tests/BitPaySDKLight"
        }
    }
}
