Revert "composer package update"

This reverts commit e979959219e95fc6435ad40f7e60b602f8bbd208.
This commit is contained in:
2020-01-28 00:23:38 +09:00
parent ed69eb5d7b
commit 9cd40b213d
421 changed files with 16273 additions and 14007 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"
}
}