{
  "name": "bizexaminer/wp-plugin",
  "version": "1.0.0",
  "description": "An extension for WordPress to connect with bizExaminer",
  "type": "wordpress-plugin",
  "license": "GPLv3 or later",
  "autoload": {
    "psr-4": {
      "BizExaminer\\WP\\Plugin\\": "includes/classes/"
    }
  },
  "authors": [
    {
      "name": "bizExaminer",
      "email": "wordpress@bizexaminer.com"
    },
    {
      "name": "Fabian Todt",
      "email": "mail@fabiantodt.at"
    }
  ],
  "require": {
    "php": "^8.1",
    "bizexaminer/php-sdk": "^0.3.0",
    "goodwp/admin": "~0.5.0",
    "goodwp/common": "~0.6.0"
  },
  "require-dev": {
    "wp-coding-standards/wpcs": "^3.1",
    "phpcompatibility/phpcompatibility-wp": "^2.1",
    "phpstan/phpstan": "^2.1",
    "szepeviktor/phpstan-wordpress": "^2.0",
    "squizlabs/php_codesniffer": "^3.11",
    "wikimedia/composer-merge-plugin": "*",
    "lucatume/wp-browser": "^4.4",
    "fakerphp/faker": "^1.24",
    "codeception/module-asserts": "^3.0"
  }
}
