{
    "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",
        "wp-phpunit/wp-phpunit": "^7.0",
        "yoast/phpunit-polyfills": "^4.0",
        "roots/wordpress": "^7.0"
    },
    "require": {
        "helgesverre/toon": "^3.1"
    },
    "scripts": {
        "test": "phpunit",
        "test:unit": "phpunit --testsuite unit",
        "test:coverage": "XDEBUG_MODE=coverage phpunit --coverage-html coverage --coverage-text"
    },
    "config": {
        "allow-plugins": {
            "roots/wordpress-core-installer": true,
            "composer/installers": true
        }
    },
    "repositories": {
        "wpackagist": {
            "type": "composer",
            "url": "https://wpackagist.org"
        }
    }
}
