mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 16:31:53 +00:00
Fix autoloading
This commit is contained in:
parent
0c3e68dd03
commit
30e0c20216
@ -16,7 +16,7 @@
|
||||
"php": ">=5.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "HTMLPurifier": "library/" },
|
||||
"psr-0": { "HTMLPurifier_": "library/" },
|
||||
"files": ["library/HTMLPurifier.composer.php"]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user