aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php
Commit message (Collapse)AuthorAgeFilesLines
* composer update ezyang/htmlpurifierMario2022-10-121-2/+7
|
* Revert "update composer libs"Mario2022-10-111-7/+2
| | | | This reverts commit 108a3efe0b6d37a7ed394a84c69b924ca727f17a.
* update composer libsMario2022-10-111-2/+7
|
* Revert "update composer libs"Mario2022-10-111-7/+2
| | | | This reverts commit 5e5f0aa955d86743a14531bed98501b59140ab1f.
* update composer libsMario2022-10-111-2/+7
|
* :arrow_up: Updating some PHP libraries.Klaus Weidenbach2017-07-061-1/+1
| | | | | htmlpurifier (v4.9.2 => v4.9.3) with bugfix for PHP7.1 sabre/http (4.2.2 => 4.2.3)
* :arrow_up: Update HTML Purifier library.Klaus Weidenbach2017-03-261-0/+382
Updated HTML Purifier from 4.6.0 to 4.9.2 with better PHP7 compatibility. Used composer to manage this library.