first
This commit is contained in:
commit
5aa7d034f7
3292 changed files with 465160 additions and 0 deletions
32
data/web/inc/lib/vendor/soundasleep/html2text/composer.json
vendored
Executable file
32
data/web/inc/lib/vendor/soundasleep/html2text/composer.json
vendored
Executable file
|
|
@ -0,0 +1,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": "EPL-1.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jevon Wright",
|
||||
"homepage": "https://jevon.org",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Html2Text\\": "src"
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
"email": "support@jevon.org"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.2",
|
||||
"ext-dom": "*",
|
||||
"ext-libxml": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": ">=4.0",
|
||||
"soundasleep/component-tests": "dev-master"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue