{
  "require-dev": {
    "squizlabs/php_codesniffer": "^3.7",
    "wp-coding-standards/wpcs": "^3.0",
    "automattic/vipwpcs": "^3.0",
    "phpcompatibility/phpcompatibility-wp": "^2.1"
  },
  "scripts": {
    "phpcs": "phpcs",
    "phpcbf": "phpcbf",
    "check-cs": "phpcs --standard=WordPress-Extra .",
    "check-vip": "phpcs --standard=WordPress-VIP-Go .",
    "check-php": "phpcs --standard=PHPCompatibilityWP --runtime-set testVersion 8.2- .",
    "fix-cs": "phpcbf --standard=WordPress-Extra .",
    "check-all": [
      "@check-cs",
      "@check-vip",
      "@check-php"
    ]
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  }
}
