johnkary / phpunit-speedtrap

Reports on slow-running tests in your PHPUnit test suite
MIT License
783 stars 62 forks source link

johnkary/phpunit-speedtrap v1.1.0 requires phpunit/phpunit >=4.7,<6.0 #38

Closed solofeed closed 6 years ago

solofeed commented 7 years ago

Could you please update package for compatible with phpunit 6.4

johnkary commented 6 years ago

Hi @solofeed, v2.0.0 has been tagged as of this morning, December 6, 2017. Version 2.0 requires minimum versions of PHPUnit 6.0+ and PHP 7.0+.

You can update to the latest version by running:

$ composer require johnkary/phpunit-speedtrap ^2.0

If you experience any other issues please let me know :)

solofeed commented 6 years ago

@johnkary Thank you :)