public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/inc/lib/vendor/soundasleep/html2text/composer.json
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
{
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": "[email protected]"
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
}