From: jenkins-bot Date: Sat, 31 Aug 2019 20:38:58 +0000 (+0000) Subject: Merge "Add ext-dom to composer.json" X-Git-Tag: 1.34.0-rc.0~459 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=f9bb20657c6776a7543fbf33ead1c1e6fbad33de;hp=174e8ccc6918d7db3a512976a9d74f96072e938b;p=lhc%2Fweb%2Fwiklou.git Merge "Add ext-dom to composer.json" --- diff --git a/INSTALL b/INSTALL index f6543b5665..07dd9c3090 100644 --- a/INSTALL +++ b/INSTALL @@ -9,6 +9,7 @@ Required software as of MediaWiki 1.34.0: * Web server with PHP 7.0.13 or higher, plus the following extesnsions: ** ctype +** dom ** fileinfo ** iconv ** json diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 67b2f6a7a4..275f4c2fb5 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -488,6 +488,7 @@ supported, it is generally advised to use PHP 7.0.13 or later for long term support. It also requires the following PHP extensions: * ctype +* dom * fileinfo * iconv * json diff --git a/composer.json b/composer.json index 98e7ebf710..dad3c5c83b 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,7 @@ "composer/semver": "1.5.0", "cssjanus/cssjanus": "1.3.0", "ext-ctype": "*", + "ext-dom": "*", "ext-fileinfo": "*", "ext-iconv": "*", "ext-json": "*",