mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-31 17:42:00 +02:00
Add required constant for composer autoloading
Signed-off-by: Michael Tibben <michael.tibben@99designs.com>
This commit is contained in:
committed by
Edward Z. Yang
parent
62d2550e16
commit
344e0640b6
@@ -16,6 +16,7 @@
|
||||
"php": ">=5.2"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": ["library/"]
|
||||
"psr-0": { "HTMLPurifier": "library/" },
|
||||
"files": ["library/HTMLPurifier.composer.php"]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user