{
  "name": "axeptio/axeptio-wordpress-plugin",
  "description": "Axeptio SDK Integration",
  "type": "project",
  "license": "GPLv3",
  "authors": [
    {
      "name": "Axeptio"
    }
  ],
  "minimum-stability": "dev",
  "require": {
    "php": "^7.4 || ^8.0",
    "axeptio/sdk": "dev-master"
  },
  "scripts": {
    "run-stan": "vendor/bin/phpstan analyze --memory-limit=2G --no-progress",
    "install-codestandards": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run",
    "phpcs": "phpcs --basepath=.",
    "phpcs-changed": "./bin/phpcs-changed.sh",
    "phpcs:fix": "phpcbf",
    "test": "pest"
  },
  "autoload": {
    "psr-4": {
      "\\Axeptio\\Plugin\\": "includes/classes"
    },
    "files": [
      "includes/helpers/helpers.php",
      "includes/helpers/utility.php",
      "includes/core.php"
    ]
  },
  "require-dev": {
    "wp-coding-standards/wpcs": "dev-develop",
    "rector/rector": "^0.15.0@dev",
    "szepeviktor/phpstan-wordpress": "dev-master",
    "phpstan/extension-installer": "1.2.x-dev",
    "phpcompatibility/phpcompatibility-wp": "dev-master",
    "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
    "pestphp/pest": "1.x-dev",
    "pestphp/pest-plugin-faker": "1.x-dev",
    "mockery/mockery": "1.7.x-dev"
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true,
      "phpstan/extension-installer": true,
      "php-http/discovery": true,
      "pestphp/pest-plugin": true
    }
  }
}
