mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-02 12:21:09 +02:00
Autoloading support for Composer
This commit is contained in:
committed by
Edward Z. Yang
parent
72db575446
commit
8a8b123d33
2
.gitignore
vendored
2
.gitignore
vendored
@@ -20,3 +20,5 @@ docs/doxygen*
|
||||
*.htmlt.ini
|
||||
*.patch
|
||||
/*.php
|
||||
vendor
|
||||
composer.lock
|
||||
|
@@ -14,5 +14,8 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.2"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": ["library/"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user