diff options
author | Mario <mario@mariovavti.com> | 2022-10-12 08:53:14 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-10-12 08:53:14 +0000 |
commit | bec76bd0577c5b131adffd8665afc73a4602bd03 (patch) | |
tree | 4ac1c6beb12e5d6b96a5373a383cb51c505cd9be /composer.lock | |
parent | 54f4762e1ac1512c2c1106cf68833f8a7135420f (diff) | |
download | volse-hubzilla-bec76bd0577c5b131adffd8665afc73a4602bd03.tar.gz volse-hubzilla-bec76bd0577c5b131adffd8665afc73a4602bd03.tar.bz2 volse-hubzilla-bec76bd0577c5b131adffd8665afc73a4602bd03.zip |
composer update ezyang/htmlpurifier
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/composer.lock b/composer.lock index 44b9464a2..162e70980 100644 --- a/composer.lock +++ b/composer.lock @@ -287,20 +287,30 @@ }, { "name": "ezyang/htmlpurifier", - "version": "v4.14.0", + "version": "v4.16.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75" + "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75", - "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8", + "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8", "shasum": "" }, "require": { - "php": ">=5.2" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" + }, + "require-dev": { + "cerdic/css-tidy": "^1.7 || ^2.0", + "simpletest/simpletest": "dev-master" + }, + "suggest": { + "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.", + "ext-bcmath": "Used for unit conversion and imagecrash protection", + "ext-iconv": "Converts text to and from non-UTF-8 encodings", + "ext-tidy": "Used for pretty-printing HTML" }, "type": "library", "autoload": { @@ -332,9 +342,9 @@ ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", - "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0" + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0" }, - "time": "2021-12-25T01:21:49+00:00" + "time": "2022-09-18T07:06:19+00:00" }, { "name": "jbroadway/urlify", |