0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-03-24 14:57:01 +00:00

Revert "Fix autoloading in Composer."

This reverts commit 04cf6c8739f107277b8610e3322b6efb0c514fa2.
This commit is contained in:
Edward Z. Yang 2015-06-14 10:57:52 -07:00
parent 04cf6c8739
commit bfbf8a9da1

View File

@ -16,7 +16,7 @@
"php": ">=5.2" "php": ">=5.2"
}, },
"autoload": { "autoload": {
"psr-0": { "HTMLPurifier_": "library/" }, "psr-0": { "HTMLPurifier": "library/" },
"files": ["library/HTMLPurifier.composer.php"] "files": ["library/HTMLPurifier.composer.php"]
} }
} }