-
-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use with PHPUnit 11 #678
Comments
Hi guys, is phpinsights dead 🪦? |
"
|
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 #692 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: