{
    "name": "linxo/linxo-woo",
    "description": "Linxo Payments for WooCommerce",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "require": {
        "php": ">=7.4"
    },
    "require-dev": {
        "brain/monkey": "^2.6",
        "php-stubs/woocommerce-stubs": "^9.0",
        "phpstan/phpstan": "^1.11",
        "phpunit/phpunit": "^9.6",
        "szepeviktor/phpstan-wordpress": "^1.3",
        "yoast/phpunit-polyfills": "^2.0"
    },
    "autoload-dev": {
        "psr-4": {
            "Linxo_Woo\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "test": "phpunit --testsuite unit",
        "phpstan": "phpstan analyse",
        "qa": [
            "@test",
            "@phpstan"
        ]
    },
    "config": {
        "allow-plugins": false,
        "sort-packages": true
    }
}
