html purifier 보강

This commit is contained in:
2018-06-24 02:56:38 +09:00
parent 6031ec2578
commit 2add3944d3
17 changed files with 812 additions and 4 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"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"
}
}