{
    "name": "lkn/wc-gateway-cielo",
    "type": "project",
    "license": "Proprietary",
    "autoload": {
        "psr-4": {
            "Lkn\\WCCieloPaymentGateway\\Includes\\": "includes/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Lkn\\WCCieloPaymentGateway\\Tests\\": "tests/"
        }
    },
    "authors": [
        {
            "name": "Link Nacional",
            "email": "ticket@linknacional.com"
        }
    ],
    "minimum-stability": "stable",
    "require-dev": {
        "phan/phan": "5.4.1",
        "phpunit/phpunit": "^9.5",
        "brain/monkey": "^2.6",
        "mockery/mockery": "^1.5"
    },
    "require": {
        "helgesverre/toon": "^3.1"
    },
    "scripts": {
        "test": "phpunit",
        "test:unit": "phpunit --testsuite unit",
        "test:coverage": "XDEBUG_MODE=coverage phpunit --coverage-html coverage --coverage-text"
    }
}
