Files
core/vendor/xemlock/htmlpurifier-html5/composer.json
T
Hide_D 19be0c4560 Revert "package update 재도전"
This reverts commit 595ab6d7e5675490afea91d5367b24c76d05fbe8.
2020-01-28 00:31:53 +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"
}
}