html purifier 보강
This commit is contained in:
+25
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user