laravel-self-diagnosis
laravel-self-diagnosis copied to clipboard
PHP 8.1 Support?
Hi, is there any reason this package specifically depends on PHP ^8.2
?
https://github.com/beyondcode/laravel-self-diagnosis/blob/99ec962bb95c9ebae03f8e7a685af033657ffecf/composer.json#L19
As far as I can tell, none of the dependencies seem to be ^8.2
only, and I didn't see any ^8.2
specific syntax. I have a Laravel 10 project on PHP 8.1, and I cannot install this package due to this restriction.