⬆️ Update HTML Purifier library.

Updated HTML Purifier from 4.6.0 to 4.9.2 with better PHP7 compatibility.
Used composer to manage this library.
This commit is contained in:
Klaus Weidenbach
2017-03-18 17:50:05 +01:00
parent 2115eb26a7
commit f718e2b0db
448 changed files with 9258 additions and 407 deletions

View File

@@ -8,4 +8,5 @@ $baseDir = dirname($vendorDir);
return array(
'OAuth2' => array($vendorDir . '/bshaffer/oauth2-server-php/src'),
'Michelf' => array($vendorDir . '/michelf/php-markdown'),
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
);