-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Drop PHPUnit 4/5 fallback #13
Comments
Hi. I also hate this fallback for PHPUnit, but since we support PHP5.6 I have to maintain this fallback OR drop the support for PHP 5.6 also; Unfortunately I cannot drop the support for PHP 5.6 at this moment, but I am open for discuss alternatives to solve this problem. If you have some idea will be welcome.
|
Hi, thanks for your answer. Ok, I get your point. Cause this is the version when they introduced the less then Is this a possibility? So we can keep php 5.6 and remove the fallback. |
Yeah, I see PHPUnit 5.* offers support to PHP 5.6, 7.0 and 7.1. The support for PHPUnit 5.3, 5.4 is no longer necessary. I created a branch issue-13 for that. |
Perfect. Thank you. |
Added the Release "1.2.4" |
Is it possible to drop the phpunit4 fallback?
I think there is no reason to keep this. PHPUnit 4 and 5 are no longer supported. see https://phpunit.de/
It would improve the auto completion for phpstorm a lot ;)
The text was updated successfully, but these errors were encountered: