Make WordPress Core

Changeset 63597


Ignore:
Timestamp:
09/10/2026 11:07:39 PM (less than one hour ago)
Author:
westonruter
Message:

Build/Test Tools: Add libxml to the suggested extensions in composer.json.

There are LIBXML_* constants conditionally used in SimplePie, ID3, and PHPUnit tests.

Follow-up to r63004.

See #65819, #65571.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r63510 r63597  
    3030                "ext-imagick": "*",
    3131                "ext-intl": "*",
     32                "ext-libxml": "*",
    3233                "ext-mbstring": "*",
    3334                "ext-memcached": "*",
Note: See TracChangeset for help on using the changeset viewer.