{
  "name": "themeum/growfund",
  "type": "project",
  "autoload": {
    "psr-4": {
      "Growfund\\": "src/",
      "Growfund\\Payments\\": "payments/",
      "Growfund\\Payment\\Gateways\\": "gateways/"
    }
  },
  "authors": [
    {
      "name": "Growfund",
      "email": "support@growfund.com"
    }
  ],
  "scripts": {
    "compat-check": "./vendor/bin/phpcs -p . --standard=PHPCompatibilityWP --extensions=php --ignore=vendor/* --runtime-set testVersion 7.0",
    "cs": "./vendor/bin/phpcs -s --standard=phpcs.xml.dist .",
    "fix-cs": "./vendor/bin/phpcbf -s --standard=phpcs.xml.dist ."
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  },
  "require-dev": {
    "wp-coding-standards/wpcs": "^3.0",
    "squizlabs/php_codesniffer": "^3.13",
    "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
    "phpcompatibility/php-compatibility": "^9.3",
    "phpcompatibility/phpcompatibility-wp": "^2.1"
  },
  "require": {
    "woocommerce/action-scheduler": "^3.9"
  }
}