{
    "name": "autifydigital/lloyds-cardnet-gateway",
    "description": "Lloyds Cardnet Payment Gateway for WooCommerce",
    "type": "wordpress-plugin",
    "license": "GPL-2.0+",
    "authors": [
        {
            "name": "Autify Digital Ltd",
            "email": "support@autify.co.uk"
        }
    ],
    "require": {
        "php": ">=7.4"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5",
        "mockery/mockery": "^1.5",
        "brain/monkey": "^2.6",
        "yoast/phpunit-polyfills": "^1.0",
        "wp-phpunit/wp-phpunit": "^6.0",
        "10up/wp_mock": "^0.5"
    },
    "autoload": {
        "psr-4": {
            "AutifyDigital\\LloydsCardnet\\": "includes/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "AutifyDigital\\LloydsCardnet\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "test": "phpunit",
        "test-coverage": "phpunit --coverage-html coverage"
    }
}