{
  "name": "procoders/cf7hs",
  "description": "CF7 To HubSpot plugin allows you to send Contact Form 7 data to HubSpot.",
  "type": "wordpress-plugin",
  "autoload": {
    "psr-4": {
      "Procoders\\Cf7hs\\": "src/"
    }
  },
  "authors": [
    {
      "name": "procoders",
      "email": "dev@procoders.tech"
    }
  ],
  "require": {
    "ext-json": "*"
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  },
  "require-dev": {
    "wp-coding-standards/wpcs": "^3.0",
    "phpunit/phpunit": "^10.5",
    "phpstan/phpstan": "^1.11"
  },
  "scripts": {
    "test": "phpunit",
    "phpstan": "phpstan analyse --memory-limit=512M",
    "phpcs": "phpcs",
    "verify-dist": "bash scripts/verify-wp-org-dist.sh"
  }
}
