forked from kesar/HTMLawed
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
35 lines (35 loc) · 938 Bytes
/
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
{
"name":"fossar/htmlawed",
"description":"htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
"keywords":[ "html", "strip", "HTMLtidy", "tags", "sanitize" ],
"homepage":"http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
"license":[
"GPL-2.0+",
"LGPL-3.0"
],
"authors":[
{
"name": "Santosh Patnaik",
"homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
"role": "Developer"
}
],
"require":{
"php":">=7.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~3.4.0",
"phpunit/phpunit": "^8.5"
},
"replace":{
"htmlawed/htmlawed": "*"
},
"autoload": {
"files": ["htmLawed.php"]
},
"config":{
"platform": {
"php": "7.2.34"
}
}
}