You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
677 B
25 lines
677 B
{ |
|
"name": "ezyang/htmlpurifier", |
|
"description": "Standards compliant HTML filter written in PHP", |
|
"type": "library", |
|
"keywords": ["html"], |
|
"homepage": "http://htmlpurifier.org/", |
|
"license": "LGPL-2.1-or-later", |
|
"authors": [ |
|
{ |
|
"name": "Edward Z. Yang", |
|
"email": "admin@htmlpurifier.org", |
|
"homepage": "http://ezyang.com" |
|
} |
|
], |
|
"require": { |
|
"php": ">=5.2" |
|
}, |
|
"autoload": { |
|
"psr-0": { "HTMLPurifier": "library/" }, |
|
"files": ["library/HTMLPurifier.composer.php"], |
|
"exclude-from-classmap": [ |
|
"/library/HTMLPurifier/Language/" |
|
] |
|
} |
|
}
|
|
|