From: C. Scott Ananian Date: Wed, 18 Sep 2019 16:22:55 +0000 (-0400) Subject: Update remex-html library to 2.1.0 X-Git-Tag: 1.34.0-rc.0~155^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=8aac0f560e5faa2b13429b6f244eb44aa9334cef Update remex-html library to 2.1.0 This fixes a lingering incompatibility with PHP 7.4. Bug: T233012 Bug: T233062 Depends-On: I569cffadcde7a2db36a970cf21da9909d7650cf6 Change-Id: I9939c8697a5c4bbe1694a0e9be22b9efa782f027 --- diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index af87e2b671..508ba08955 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -141,7 +141,7 @@ $wgPasswordPolicy['policies']['default']['PasswordNotInLargeBlacklist'] = false; * Updated mediawiki/codesniffer from 25.0.0 to 26.0.0 (dev-only). * Updated cssjanus/cssjanus from 1.2.1 to 1.3.0. * Updated wikimedia/at-ease from 1.2.0 to 2.0.0. -* Updated wikimedia/remex-html from 2.0.1 to 2.0.3. +* Updated wikimedia/remex-html from 2.0.1 to 2.1.0. * Updated monolog/monolog from 1.22.1 to 1.24.0 (dev-only). * Updated wikimedia/object-factory from 1.0.0 to 2.1.0. * Updated wikimedia/timestamp from 2.2.0 to 3.0.0. diff --git a/composer.json b/composer.json index 5785873bbe..1f2776c266 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "wikimedia/php-session-serializer": "1.0.7", "wikimedia/purtle": "1.0.7", "wikimedia/relpath": "2.1.1", - "wikimedia/remex-html": "2.0.3", + "wikimedia/remex-html": "2.1.0", "wikimedia/running-stat": "1.2.1", "wikimedia/scoped-callback": "3.0.0", "wikimedia/utfnormal": "2.0.0",