Revert "package update 재도전"

This reverts commit 595ab6d7e5675490afea91d5367b24c76d05fbe8.
This commit is contained in:
2020-01-28 00:31:53 +09:00
parent f6e53746b2
commit 19be0c4560
419 changed files with 16269 additions and 14006 deletions
+4 -6
View File
@@ -1,7 +1,6 @@
{
"name": "xemlock/htmlpurifier-html5",
"description": "HTML5 element definitions for HTML Purifier",
"keywords": ["HtmlPurifier", "html", "html5", "purifier", "security", "xss", "tidy", "validator"],
"description": "HTML Purifier definitions for HTML5 elements",
"type": "library",
"license": "MIT",
"authors": [
@@ -12,16 +11,15 @@
],
"require": {
"php": ">=5.2",
"ezyang/htmlpurifier": "^4.8"
"ezyang/htmlpurifier": "^4.7"
},
"require-dev": {
"phpunit/phpunit": ">=4.7 <8.0",
"php-coveralls/php-coveralls": "^1.1|^2.1"
"phpunit/phpunit": "4.7.*|5.7.*"
},
"autoload": {
"classmap": ["library/HTMLPurifier/"]
},
"scripts": {
"test": "phpunit --coverage-html build/coverage"
"test": "phpunit"
}
}