Skip to content

PHPUnit 10 Support #36

@mikebronner

Description

@mikebronner

When trying to update to PHPUnit 10, I get the following composer error:

  Problem 1
    - Root composer.json requires codecov/laravel-codecov-opentelemetry ^0.1.6 -> satisfiable by codecov/laravel-codecov-opentelemetry[v0.1.6].
    - phpunit/phpunit[10.1.1, ..., 10.4.x-dev] require phpunit/php-code-coverage ^10.1.1 -> satisfiable by phpunit/php-code-coverage[10.1.1, 10.1.2, 10.1.3, 10.1.x-dev].
    - phpunit/phpunit 10.1.0 requires phpunit/php-code-coverage ^10.1 -> satisfiable by phpunit/php-code-coverage[10.1.0, ..., 10.1.x-dev].
    - Conclusion: don't install phpunit/php-code-coverage 10.1.3 (conflict analysis result)
    - codecov/laravel-codecov-opentelemetry v0.1.6 requires phpunit/php-code-coverage ^9.2.8 -> satisfiable by phpunit/php-code-coverage[9.2.8, ..., 9.2.x-dev].
    - You can only install one version of a package, so only one of these can be installed: phpunit/php-code-coverage[9.2.8, ..., 9.2.x-dev, 10.0.0, ..., 10.1.x-dev].
    - phpunit/phpunit[10.0.3, ..., 10.0.19] require phpunit/php-code-coverage ^10.0 -> satisfiable by phpunit/php-code-coverage[10.0.0, ..., 10.1.x-dev].
    - Root composer.json requires phpunit/phpunit ^10.0 -> satisfiable by phpunit/phpunit[10.0.0, ..., 10.4.x-dev].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions