Revert "composer reinstall"

This reverts commit d16736132c972e2b5c5029dc4bcea497f2ab2174.
This commit is contained in:
2020-01-28 00:44:38 +09:00
parent da32f0067a
commit adcfcaa1ef
424 changed files with 16288 additions and 14020 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"
}
}