codeclimate / php-test-reporter

DEPRECATED PHP Test Reporter
Other
65 stars 31 forks source link

Not compatible ved Php7.1 #135

Open dk-jessn opened 4 years ago

dk-jessn commented 4 years ago

Steps required to reproduce the problem

  1. composer install

composer.json states: "php": "^5.3 || ^7.0", "symfony/console": "^2.0 || ^3.0 || ^4.0"

symfony/service-contracts claims: symfony/service-contracts v2.0.1 requires php ^7.2.5

Expected Result

Composer to complete successfully

Actual Result

Your requirements could not be resolved to an installable set of packages.

Problem 1

gggeek commented 3 years ago

Are you sure that the requirement for symfony/service-contracts comes from php-test-reporter ?