summaryrefslogtreecommitdiff
path: root/vendor/soundasleep/html2text/composer.json
blob: fb662c18ababa05e359a03eaa90411d0eade6331 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "soundasleep/html2text",
  "description": "A PHP script to convert HTML into a plain text format",
  "type": "library",
  "keywords": [ "php", "html", "text", "email" ],
  "homepage": "https://github.com/soundasleep/html2text",
  "license": "MIT",
  "authors": [
    {
      "name": "Jevon Wright",
      "homepage": "https://jevon.org",
      "role": "Developer"
    }
  ],
  "autoload": {
    "psr-4": {
      "Soundasleep\\": "src"
    }
  },
  "support": {
    "email": "[email protected]"
  },
  "require": {
    "php": "^7.3|^8.0",
    "ext-dom": "*",
    "ext-libxml": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "^7.0|^8.0|^9.0",
    "phpstan/phpstan": "^1.9"
  }
}