While looking at #1834 I noticed that we currently don't declare PHP extension and library requirements in `composer.json`. Off the top of my head, we'd need the following platform dependencies: ```json { "require": { "ext-intl": "*", "ext-libxml": "*", "ext-dom": "*" } } ``` Perhaps even `"lib-icu": "*"`, since that's being used by `ext-intl`.