{ "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" } }