{
  "name": "cleantalk/contacts-encoder",
  "description": "Email obfuscation for email addresses and phone numbers. Stops smart bots via the CleanTalk anti-spam cloud. Works with any framework or plain HTML.",
  "homepage": "https://cleantalk.org/contact-encoder",
  "keywords": [
    "email-obfuscation",
    "email-protection",
    "anti-spam",
    "spam-protection",
    "bot-protection",
    "phone-number",
    "contact-form",
    "privacy",
    "gdpr",
    "mailto"
  ],
  "support": {
    "issues": "https://github.com/CleanTalk/contacts-encoder/issues",
    "source": "https://github.com/CleanTalk/contacts-encoder"
  },
  "authors": [
    {
      "name": "CleanTalk Team",
      "email": "plugins@cleantalk.org"
    }
  ],
  "license": "GPL-3.0-or-later",
  "require": {
    "cleantalk/antispam": "^1.6"
  },
  "require-dev": {
    "vimeo/psalm": "^4.8",
    "phpunit/phpunit": "^8.5.52",
    "squizlabs/php_codesniffer": "3.*",
    "phpcompatibility/php-compatibility": "@dev"
  },
  "scripts": {
    "test": [
      "vendor/bin/phpunit --configuration tests/phpunit.xml",
      "vendor/bin/phpcs --config-set installed_paths vendor/phpcompatibility/php-compatibility",
      "vendor/bin/phpcs --standard=tests/.phpcs.xml",
      "vendor/bin/psalm --no-cache --config=tests/psalm.xml",
      "vendor/bin/psalm --no-cache --config=tests/psalm.xml --taint-analysis"
    ]
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true,
      "cleantalk/apbct-installer": false
    }
  },
  "autoload": {
    "psr-4": {
      "Cleantalk\\Common\\ContactsEncoder\\": "./"
    }
  }
}
