| {
  "name": "ph-7/html-to-text",
  "description": "Lightweight package to convert HTML code to plain text (handy for plain text email format).",
  "keywords": [
    "text",
    "html",
    "html2text",
    "html to text",
    "plain text",
    "convert",
    "converter",
    "convertor"
  ],
  "type": "library",
  "license": "MIT",
  "homepage": "https://github.com/pH-7",
  "require": {
    "php": ">=7.4.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.5"
  },
  "autoload": {
    "psr-4": {
      "PH7\\HtmlToText\\": "src"
    }
  },
  "authors": [
    {
      "name": "Pierre-Henry Soria",
      "email": "[email protected] ",
      "homepage": "https://ph7.me"
    }
  ],
  "scripts": {
    "test": "vendor/bin/phpunit"
  }
}
 |