mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-18 11:41:52 +00:00
Autoloading support for Composer
This commit is contained in:
parent
72db575446
commit
8a8b123d33
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,3 +20,5 @@ docs/doxygen*
|
|||||||
*.htmlt.ini
|
*.htmlt.ini
|
||||||
*.patch
|
*.patch
|
||||||
/*.php
|
/*.php
|
||||||
|
vendor
|
||||||
|
composer.lock
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "ezyang/htmlpurifier",
|
"name": "ezyang/htmlpurifier",
|
||||||
"description": "Standards compliant HTML filter written in PHP",
|
"description": "Standards compliant HTML filter written in PHP",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"keywords": [ "html"],
|
"keywords": ["html"],
|
||||||
"homepage": "http://htmlpurifier.org/",
|
"homepage": "http://htmlpurifier.org/",
|
||||||
"license": "LGPL",
|
"license": "LGPL",
|
||||||
"authors": [
|
"authors": [
|
||||||
@ -14,5 +14,8 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.2"
|
"php": ">=5.2"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"classmap": ["library/"]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user