cwh icon indicating copy to clipboard operation
cwh copied to clipboard

[FEATURE] Support PHP 8.x

Open reactjs-net-au opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe.

No, cwh package requires php ^7.2 and my php version (8.1.2) does not satisfy the requirement.

Describe the solution you'd like

Apparently works on php 8, any reason why not 8.x? Up to the latest PHP 8 release?

Has anyone tried using it with the latest versions of PHP? I'm not sure why only PHP 8 is listed, surely it would not fail (silently or not) on PHP 8.1.2 for example.

reactjs-net-au avatar May 19 '22 10:05 reactjs-net-au

I ran into the same problem ... but cwh package DOES support PHP 8, as of 2.0.2

How is your cwh package declared ? It should be "maxbanton/cwh": "^2.0" , eventually "maxbanton/cwh": "2.0.2" , but not "maxbanton/cwh": "2.0"

sebaguette avatar Jun 10 '22 09:06 sebaguette

@sebaguette I upgraded to version 2.0.2 and now it works. Thanks

racemshipper avatar Jul 12 '22 15:07 racemshipper

8.0 is already supported, for >=8.1 some amount of work is needed, not sure when it can be done. Maybe somebody wants to create a pull request?

maxbanton avatar Nov 07 '22 13:11 maxbanton