{
    "name": "8digits/factura-for-woocommerce",
    "description": "Spanish invoicing plugin for WooCommerce — auto-generates legal PDF facturas.",
    "homepage": "https://8digits.es/factura-for-woocommerce",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "8digits Digital Marketing",
            "homepage": "https://8digits.es"
        }
    ],
    "require": {
        "php": ">=8.0",
        "mpdf/mpdf": "^8.1"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.7",
        "wp-coding-standards/wpcs": "^3.0",
        "phpunit/phpunit": "^9.6",
        "wp-phpunit/wp-phpunit": "^6.9",
        "yoast/phpunit-polyfills": "^4.0"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    },
    "scripts": {
        "phpcs": "phpcs --standard=WordPress .",
        "phpcbf": "phpcbf --standard=WordPress .",
        "test": "phpunit",
        "test:ajax": "sh tests/run-ajax-tests.sh"
    },
    "extra": {
        "notes": [
            "mPDF is the sole PDF engine. Run 'composer install' to install it.",
            "The plugin expects vendor/autoload.php to exist in the plugin root."
        ]
    }
}
