-
Notifications
You must be signed in to change notification settings - Fork 214
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
feat: allow PHPUnit 10 #156
Conversation
allow "spatie/phpunit-snapshot-assertions" 5
allow "spatie/phpunit-snapshot-assertions" 5
allow "spatie/phpunit-snapshot-assertions" 5
allow "spatie/phpunit-snapshot-assertions" 5
PHPUnit 11 support could be provided with a seperate configuration file with the migrated configuration. |
Is there actually any reason to not rely on PHPUnit 11 specifically and ignore all older versions? This is a dev dependency afterall. |
The lowest supported PHP Version is 7.1 |
Ah yeah, that makes sense. I wonder if it's safe by now to drop PHP 7 (and 8.0), since those have been EOL for some time. Of course, that'd mean bumping our major version to 3. |
I am in favor of dropping older PHP versions. Min Version PHP ^8.1 ? Do your want to work on this, or should i? |
Feel free to go ahead! |
I am working on it |
allow "spatie/phpunit-snapshot-assertions" 5