{
    "name": "nicolasdiolez/muri-link-tracker",
    "description": "A high-performance link checker for WordPress with affiliate detection.",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Nicolas Diolez",
            "homepage": "https://nicolasdiolez.com"
        }
    ],
    "require": {
        "php": ">=8.2",
        "woocommerce/action-scheduler": "^3.9"
    },
    "require-dev": {
        "wp-coding-standards/wpcs": "^3.0",
        "phpcompatibility/phpcompatibility-wp": "*",
        "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
        "phpstan/phpstan": "^2.0",
        "szepeviktor/phpstan-wordpress": "^2.0",
        "phpunit/phpunit": "^10.0||^11.0",
        "yoast/phpunit-polyfills": "^3.0"
    },
    "autoload": {
        "psr-4": {
            "MuriLinkTracker\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "MuriLinkTracker\\Tests\\": "tests/php/"
        }
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    }
}
