antonioribeiro / health

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

support phpunit/php-timer 3 #176

Closed krns closed 4 years ago

krns commented 4 years ago

See #175

This adds support for the newest version of phpunit/php-timer.

marcoocram commented 4 years ago

any updates on this? thx

dmason30 commented 4 years ago

@krns Can you update this to include v4 & v5 and at least that covers all the bases when this gets merged. I am using a fork for the time being.

https://github.com/TMCApplications/health/blob/master/composer.json#L26

"phpunit/php-timer": "^1.0|^2.0|^3.0|^4.0|^5.0",