php-test-reporter icon indicating copy to clipboard operation
php-test-reporter copied to clipboard

Support for php 8

Open gggeek opened this issue 5 years ago • 1 comments

It seems that there is no version tagged yet as compatible with php 8

gggeek avatar Dec 06 '20 10:12 gggeek

I have the same question, as I found a really nice project using this package and it can't be upgraded to PHP8, firstly because of this, as this is the first error I get:

 Problem 1
    - Root composer.json requires codeclimate/php-test-reporter dev-master -> satisfiable by codeclimate/php-test-reporter[dev-master].
    - codeclimate/php-test-reporter dev-master requires php ^5.3 || ^7.0 -> your php version (8.2.0) does not satisfy that requirement.

Does anyone have any info about how to upgrade it or what to replace it with? Thanks.

SomeDevWeb avatar Feb 14 '24 16:02 SomeDevWeb