php-test-reporter
php-test-reporter copied to clipboard
Support for php 8
It seems that there is no version tagged yet as compatible with php 8
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.