Skip to content
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

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

Closed
wants to merge 1 commit into from
Closed

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

wants to merge 1 commit into from

Conversation

adamczykpiotr
Copy link

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
Copy link
Author

@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
Copy link

sebhmg commented Jun 28, 2023

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
Copy link

Ohopwood commented Oct 9, 2023

any movement?

@adamczykpiotr
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants