Allow module to be installed with more recent version of phpoffice/phpword

Created on 16 June 2023, about 1 year ago

Problem/Motivation

The Word Serialization module has the following requirement in composer.json:

{
  "name": "drupal/doc_serialization",
  "description": "Provides Word as a serialization format.",
  "type": "drupal-module",
  "license": "GPL-2.0+",
  "require": {
    "phpoffice/phpword": "^0.18.1"
  }
}

However, phpoffice/phpword is currently on version 1.1.0

Proposed resolution

Allow module to be installed with more recent version of phpoffice/phpword

Remaining tasks

  1. Write a patch
  2. Review
  3. Commit

User interface changes

None.

API changes

None.

Data model changes

None.

πŸ“Œ Task
Status

Fixed

Version

4.0

Component

Code

Created by

πŸ‡³πŸ‡±Netherlands idebr

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024