-
Notifications
You must be signed in to change notification settings - Fork 17
/
composer.json
40 lines (40 loc) · 1.25 KB
/
composer.json
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
33
34
35
36
37
38
39
40
{
"name": "htmlawed/htmlawed",
"type": "library",
"description": "Official htmLawed PHP library for HTML filtering",
"keywords": [
"clean","compliance","filter","filtering","htm","html","input","purify","safe","safety","sanitize","sanitizer","standards","text","xss"
],
"homepage": "https://bioinformatics.org/phplabware/internal_utilities/htmLawed",
"license": [
"GPL-2.0-or-later","LGPL-3.0-only"
],
"authors": [
{
"name": "Santosh Patnaik",
"email": "[email protected]",
"role": "Creator and developer"
}
],
"require": {
"php": ">=4.4"
},
"autoload": {
"files": ["htmLawed.php"]
},
"repositories": [
{
"type": "composer",
"url": "https://bioinformatics.org/phplabware/downloads"
},
{
"type": "composer",
"url": "https://sourceforge.net/projects/htmlawed/files"
}
],
"support": {
"docs": "https://bioinformatics.org/phplabware/internal_utilities/htmLawed",
"forum": "https://bioinformatics.org/phplabware/internal_utilities/htmLawed",
"source": "https://bioinformatics.org/phplabware/internal_utilities/htmLawed"
}
}