Skip to content

Composer: Declare PHP Extension dependencies #1985

@swissspidy

Description

@swissspidy

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:

{
  "require": {
    "ext-intl": "*",
    "ext-libxml": "*",
    "ext-dom": "*"
  }
}

Perhaps even "lib-icu": "*", since that's being used by ext-intl.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions