0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-18 18:25:18 +00:00

Revert "Fix autoloading in Composer."

This reverts commit 04cf6c8739.
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"
},
"autoload": {
"psr-0": { "HTMLPurifier_": "library/" },
"psr-0": { "HTMLPurifier": "library/" },
"files": ["library/HTMLPurifier.composer.php"]
}
}