Skip to content

Can you please update to support php 8.2.* #2396

@kaurov

Description

@kaurov

I have problem installing 'composer require phpoffice/phpword'
because it conflicts with my php 8.2.5 according to composer.js rule:

 "require": {
        "php": "^7.1|^8.0",

to solve it you need change it to
"php": "^7.1|^8.2",
and check if all unitTests are green.

At least in 'develop' branch.

:) I created the issue #1000!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions