blob: d0581760cfeae8104461a39dad343ef5ca9828d0 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001{
2 "name": "soundasleep/html2text",
3 "description": "A PHP script to convert HTML into a plain text format",
4 "type": "library",
5 "keywords": [ "php", "html", "text", "email" ],
6 "homepage": "https://github.com/soundasleep/html2text",
7 "license": "EPL-1.0",
8 "authors": [
9 {
10 "name": "Jevon Wright",
11 "homepage": "https://jevon.org",
12 "role": "Developer"
13 }
14 ],
15 "autoload": {
16 "psr-4": {
17 "Html2Text\\": "src"
18 }
19 },
20 "support": {
21 "email": "support@jevon.org"
22 },
23 "require": {
24 "php": ">=5.3.2",
25 "ext-dom": "*",
26 "ext-libxml": "*"
27 },
28 "require-dev": {
29 "phpunit/phpunit": ">=4.0",
30 "soundasleep/component-tests": "dev-master"
31 }
32}