{
    "name": "ilovepdf/iloveimg-wp-compress",
    "description": "iLoveIMG Wordpress Plugin",
    "type": "wordpress-plugin",
    "homepage": "https://www.iloveimg.com/",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "ilovepdf",
            "email": "info@ilovepdf.com"
        }
    ],
    "require": {
        "ilovepdf/iloveimg-php": "dev-master"
    },
    "require-dev": {
        "phpstan/phpstan": "^1.12",
        "szepeviktor/phpstan-wordpress": "^1.3",
        "phpstan/extension-installer": "^1.4"
    },
    "config": {
        "allow-plugins": {
            "phpstan/extension-installer": true
        }
    },
    "scripts": {
        "stan": "vendor/bin/phpstan analyse --memory-limit=-1 --error-format=table > ./phpstan-report-iloveimg.log",
        "phpcs": "phpcs -s --ignore=*/node_modules/*,*/vendor/*,*/iloveimg-php/*,*/.github/*,*/assets/*,*/dev/* --report-file=./codesniffer-report-iloveimg.log ./",
        "phpcbf": "phpcbf --ignore=node_modules/,vendor/,iloveimg-php/,assets/,dev/,.github/ ./",
        "autoload-dev": "composer dump-autoload",
        "autoload-prod": "composer dump-autoload --no-dev"
    },
    "autoload": {
        "psr-4": {
            "Ilove_Img_Compress\\": "admin"
        }
    }
}
