{
  "name": "hcaptcha/hcaptcha-wordpress-plugin",
  "description": "hCaptcha WordPress plugin",
  "license": "GPL-2.0-or-later",
  "keywords": [
    "hcaptcha"
  ],
  "homepage": "https://wordpress.org/plugins/hcaptcha-for-forms-and-more/",
  "type": "wordpress-plugin",
  "authors": [
    {
      "name": "hCaptcha",
      "homepage": "https://hCaptcha.com/"
    },
    {
      "name": "KAGG Design",
      "email": "info@kagg.eu",
      "homepage": "https://kagg.eu/en/"
    }
  ],
  "support": {
    "issues": "https://wordpress.org/support/plugin/hcaptcha-for-forms-and-more"
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "config": {
    "allow-plugins": {
      "kylekatarnls/update-helper": true,
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  },
  "require": {
    "ext-json": "*",
    "geoip2/geoip2": "^2.13",
    "matthiasmullie/minify": "^1.3.75",
    "woocommerce/action-scheduler": "^3.9.3"
  },
  "require-dev": {
    "ext-fileinfo": "*",
    "roave/security-advisories": "dev-latest",
    "10up/wp_mock": "^1.1.0",
    "antecedent/patchwork": "^2.2.3",
    "behat/gherkin": "<=v4.12.0",
    "codeception/codeception": "4.2.2 - 5.2.2",
    "codeception/module-db": "1.2.0 - 3.2.2",
    "codeception/module-webdriver": "1.4.1 - 3.2.2",
    "lucatume/function-mocker": "^2.0.0",
    "lucatume/wp-browser": "3.7.16 - 4.5.11",
    "squizlabs/php_codesniffer": "^3.13.5",
    "phpcompatibility/php-compatibility": "^9.3.5",
    "phpcompatibility/phpcompatibility-wp": "^2.1.8",
    "wp-coding-standards/wpcs": "^3.3.0"
  },
  "autoload": {
    "psr-4": {
      "HCaptcha\\": "src/php",
      "HCaptcha\\Scoper\\": ".php-scoper/src",
      "KAGG\\Settings\\Abstracts\\": "src/php/Settings/Abstracts"
    },
    "classmap": [
      "vendors"
    ],
    "exclude-from-classmap": [
      "src/php/Divi/WPTestCaseStub.php"
    ]
  },
  "autoload-dev": {
    "psr-4": {
      "HCaptcha\\": "src/php",
      "HCaptcha\\Tests\\Integration\\": "tests/php/integration",
      "HCaptcha\\Tests\\Unit\\": "tests/php/unit"
    }
  },
  "scripts": {
    "post-cmd": "HCaptcha\\Scoper\\Scoper::post_cmd",
    "post-install-cmd": "@post-cmd",
    "post-update-cmd": "@post-cmd",
    "post-package-install": "HCaptcha\\Scoper\\Scoper::post_package_install",
    "post-package-update": "HCaptcha\\Scoper\\Scoper::post_package_update",
    "post-package-uninstall": "HCaptcha\\Scoper\\Scoper::post_package_uninstall",
    "phpcs": "vendor/bin/phpcs --colors --standard=phpcs.xml",
    "integration": "codecept run integration -c codeception.yml",
    "unit": "codecept run unit -c codeception.yml"
  },
  "extra": {
    "scope-packages": [
      "geoip2/geoip2",
      "matthiasmullie/minify",
      "matthiasmullie/path-converter",
      "maxmind/web-service-common",
      "maxmind-db/reader"
    ]
  }
}
