antonioribeiro / health

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

[Composer] Add support for Laravel 10.x #301

Closed adamczykpiotr closed 7 months ago

adamczykpiotr commented 1 year ago

This PR allows this package to be installed on Laravel 10. I came accross this when trying to upgrade project from Laravel 9.x. Laravel 10 requires phpunit ^10. wchich underneath uses phpunit/php-timer ^6.0

Updates: Composer only Added "^6.0" in "require" "phpunit/php-timer"

adamczykpiotr commented 1 year ago

@antonioribeiro I think the scrutinizer is configured improperly as the composer test is run under PHP 7.2 which is lower than >=7.3 required in the composer.json

https://scrutinizer-ci.com/g/antonioribeiro/health/inspections/632baf33-8d75-4a68-85b2-f5df15837cec/configs

sebhmg commented 1 year ago

I have encountered the same issue: Health conflicting with phpunit 10. because of phpunit/php-timer. Would be great to have an official version of Health with this fix.

Ohopwood commented 9 months ago

any movement?

adamczykpiotr commented 7 months ago

Project seems to be dead, I'm retracting my PR