{
    "name": "ilovepdf/ilovepdf-wp",
    "description": "iLovePDF Wordpress Plugin",
    "type": "wordpress-plugin",
    "homepage": "https://ilovepdf.com/",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "ilovepdf",
            "email": "info@ilovepdf.com"
        }
    ],
    "require-dev": {
        "phpstan/phpstan": "^1.10",
        "szepeviktor/phpstan-wordpress": "^1.3",
        "phpstan/extension-installer": "^1.3"
    },
    "config": {
        "allow-plugins": {
            "phpstan/extension-installer": true
        }
    },
    "scripts": {
        "post-install-cmd": [
            "@stan",
            "@phpcs",
            "@phpcbf"
        ],
        "stan": [
            "vendor/bin/phpstan analyse --memory-limit=-1 --error-format=table > ../../../phpstan-report.txt"
        ],
        "phpcs": [
            "phpcs -s --ignore=*/vendor/*,*/lib/*,*/.github/* --report-file=../../../condesniffer-report.txt ./"
        ],
        "phpcbf": [
            "phpcbf --ignore=vendor/,lib/,.github/ ./"
        ]
    }
}
