2012-03-11 19:10:56 +01:00
|
|
|
{
|
2012-09-14 12:47:49 -04:00
|
|
|
"name": "ezyang/htmlpurifier",
|
|
|
|
"description": "Standards compliant HTML filter written in PHP",
|
|
|
|
"type": "library",
|
|
|
|
"keywords": ["html"],
|
|
|
|
"homepage": "http://htmlpurifier.org/",
|
2018-02-22 21:26:02 -05:00
|
|
|
"license": "LGPL-2.1-or-later",
|
2012-09-14 12:47:49 -04:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Edward Z. Yang",
|
|
|
|
"email": "admin@htmlpurifier.org",
|
|
|
|
"homepage": "http://ezyang.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.2"
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-06-14 10:57:52 -07:00
|
|
|
"psr-0": { "HTMLPurifier": "library/" },
|
2019-10-31 18:42:00 +01:00
|
|
|
"files": ["library/HTMLPurifier.composer.php"],
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/library/HTMLPurifier/Language/"
|
|
|
|
]
|
2012-09-14 12:47:49 -04:00
|
|
|
}
|
|
|
|
}
|