Files
core/vendor/xemlock/htmlpurifier-html5/composer.json
T
2018-06-24 02:56:38 +09:00

26 lines
549 B
JSON

{
"name": "xemlock/htmlpurifier-html5",
"description": "HTML Purifier definitions for HTML5 elements",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "xemlock",
"email": "xemlock@gmail.com"
}
],
"require": {
"php": ">=5.2",
"ezyang/htmlpurifier": "^4.7"
},
"require-dev": {
"phpunit/phpunit": "4.7.*|5.7.*"
},
"autoload": {
"classmap": ["library/HTMLPurifier/"]
},
"scripts": {
"test": "phpunit"
}
}