We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#341 added phpunit 9.x support but it was releases after the compatibility with older PHP versions was dropped in #87 and #171.
In order to fully benefit from #341 and to allow this dependency in projects with PHP 8.1- support, the PHP version requirement must be lowered.
The latest johnkary/phpunit-speedtrap, at the time of writing this, requires PHP 7.2+ support - https://github.com/johnkary/phpunit-speedtrap/blob/master/composer.json#L22 so reintroducing support since this version would be welcomed to allow this package to be a real replacement.
johnkary/phpunit-speedtrap
Once the support for older PHP versions is added and at least one version tagged, the support for older PHP versions can be then removed again.
How to reproduce:
ergebnis/phpunit-slow-test-detector
composer update
The text was updated successfully, but these errors were encountered:
Fixed with #375 and #390.
Sorry, something went wrong.
@mvorisek
Released as ergebnis/phpunit-slow-test-detector:2.5.0.
ergebnis/phpunit-slow-test-detector:2.5.0
localheinz
Successfully merging a pull request may close this issue.
#341 added phpunit 9.x support but it was releases after the compatibility with older PHP versions was dropped in #87 and #171.
In order to fully benefit from #341 and to allow this dependency in projects with PHP 8.1- support, the PHP version requirement must be lowered.
The latest
johnkary/phpunit-speedtrap
, at the time of writing this, requires PHP 7.2+ support - https://github.com/johnkary/phpunit-speedtrap/blob/master/composer.json#L22 so reintroducing support since this version would be welcomed to allow this package to be a real replacement.Once the support for older PHP versions is added and at least one version tagged, the support for older PHP versions can be then removed again.
How to reproduce:
ergebnis/phpunit-slow-test-detector
dependency to a PHP 7.4 - 8.3 projectcomposer update
on/using PHP 7.4 platformThe text was updated successfully, but these errors were encountered: