Open mwikberg-virta opened 7 months ago
Hi guys, is phpinsights dead 🪦?
"Running composer update phpunit/phpunit nunomaduro/phpinsights --with-all-dependencies
"
Return :
Problem 1
- Root composer.json requires nunomaduro/phpinsights * -> satisfiable by nunomaduro/phpinsights[v1.0.0, ..., v1.14.1, v2.0.0, ..., v2.11.0].
- phpunit/phpunit[11.0.0, ..., 11.2.5] require sebastian/diff ^6.0 -> satisfiable by sebastian/diff[6.0.0, 6.0.1].
- Conclusion: don't install sebastian/diff 6.0.1 (conflict analysis result)
- Root composer.json requires phpunit/phpunit ^11.0 -> satisfiable by phpunit/phpunit[11.0.0, ..., 11.2.5].
This is preventing upgrading projects to PHPUnit 11.x under Laravel 11.x. Any chance of adding PHPUnit 11.x to the list in composer.json @nunomaduro ?
Same problem after upgrading to Laravel 11. Any news on the version bump?
This should fix https://github.com/nunomaduro/phpinsights/pull/692
Wanted to upgrade PHPUnit in one project, but due to phpinsigts (mostly just the specified requirement ranges), it's not possible.
Simplest test case I could come up with is:
There is a PR open for the
phploc
dependency, and as far I can tell, everything else already has compatible versions, so they just need a bump.