diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..bc016070 --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name": "ezyang/htmlpurifier", + "description": "Standards compliant HTML filter written in PHP", + "type": "library", + "keywords": [ "html"], + "homepage": "http://htmlpurifier.org/", + "license": "LGPL", + "authors": [ + { + "name": "Edward Z. Yang", + "email": "admin@htmlpurifier.org", + "homepage": "http://ezyang.com" + } + ], + "require": { + "php": ">=5.2" + } +} \ No newline at end of file