antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.94k stars 198 forks source link

Support phpunit/php-timer 3.0.0 #175

Closed krns closed 4 years ago

krns commented 4 years ago

This packages does not support the newest major version of phpunit/php-timer.

For example phpunit 9 requires "phpunit/php-timer": "^3.0" and this packages does not support this version, which can cause problems.

decort-dev commented 4 years ago

Same issue here

krns commented 4 years ago

Btw this is needed when using phpunit 9, which depends on php-timer 3

krns commented 4 years ago

Meanwhile the newest version of phpunit required "phpunit/php-timer": "^4.0"...

zolotov88 commented 4 years ago

Meanwhile the newest version of phpunit required "phpunit/php-timer": "^5.0"...

antonioribeiro commented 4 years ago

Supporting from 1 to 5 now.