{
    "require": {
        "tecnickcom/tcpdf": "^6.3",
        "mojitowp/exchange-rate": "^1.0",
        "freemius/wordpress-sdk": "^2.10"
    },
    "require-dev": {
        "php-stubs/wordpress-stubs": "^6.7",
        "phpstan/phpstan": "^2.1"
    },
    "scripts": {
        "lint:php": "find admin includes public languages utils -name '*.php' -print0 | xargs -0 -n 1 php -l && php -l load-freemius.php && php -l mojito-shipping.php",
        "phpstan": "phpstan analyse --configuration=phpstan.neon --no-progress",
        "compat:check": [
            "@lint:php",
            "@phpstan"
        ]
    },
    "config": {
        "sort-packages": true
    }
}
