{
  "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": {
    "php": "^8.2",
    "ilovepdf/iloveimg-php": "dev-master"
  },
  "require-dev": {
    "phpstan/phpstan": "^2.1.22",
    "szepeviktor/phpstan-wordpress": "^2.0.2",
    "phpstan/extension-installer": "^1.4.3",
    "wp-coding-standards/wpcs": "^3.2.0"
  },
  "config": {
    "platform": {
      "php": "8.2"
    },
    "allow-plugins": {
      "phpstan/extension-installer": true,
      "dealerdirect/phpcodesniffer-composer-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"
    }
  }
}