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.
When trying to update to PHPUnit 10, I get the following composer error: