A modern, accurate HTML parser and serializer for PHP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
634 B

{
"name": "dw/html5",
"description": "Parses HTML5 text into a php DOMDocument",
"type": "library",
"require": {
"php": "^7.0",
"ext-ctype": "*",
"ext-hash": "*",
"mensbeam/intl": "*"
},
"license": "MIT",
"authors": [
{
"name": "Dustin Wilson",
"email": "dustin@dustinwilson.com",
"homepage": "https://dustinwilson.com/"
}
],
"autoload": {
"psr-4": {
"dW\\HTML5\\": "lib/"
},
"classmap": ["lib/Token.php"]
},
"autoload-dev": {
"files": ["lib/Token.php"]
}
}