diff --git a/composer.json b/composer.json index dd31dce5..2f59d0fe 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php": ">=5.2" }, "autoload": { - "psr-0": { "HTMLPurifier_": "library/" }, + "psr-0": { "HTMLPurifier": "library/" }, "files": ["library/HTMLPurifier.composer.php"] } }