-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
Change RequestStatus: Waiting for feedbackQuestion has been asked, waiting for response from PR authorQuestion has been asked, waiting for response from PR author
Description
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
Labels
Change RequestStatus: Waiting for feedbackQuestion has been asked, waiting for response from PR authorQuestion has been asked, waiting for response from PR author