You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
First of all great package. Unfortunately it won't run on php7.4. Since the code is full of php 8 only features (constructor property promotion, 'mixed' type hinting in function argument i.e. String|Null or using match() ), you should force php v8 in the composer config file.
Describe the solution you'd like
A perfect solution would be to add php 7.4 compatibility.
Additional context
Global usage based on the packagist stats (https://stitcher.io/blog/php-version-stats-january-2022) still favors 7.x more than 50% of the time over 8.x Most laravel apps written in php7 and already live won't get the php8 upgrade option anytime soon, that's just how production app lifetime is.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
First of all great package. Unfortunately it won't run on php7.4. Since the code is full of php 8 only features (constructor property promotion, 'mixed' type hinting in function argument i.e. String|Null or using match() ), you should force php v8 in the composer config file.
Describe the solution you'd like
A perfect solution would be to add php 7.4 compatibility.
Additional context
Global usage based on the packagist stats (https://stitcher.io/blog/php-version-stats-january-2022) still favors 7.x more than 50% of the time over 8.x Most laravel apps written in php7 and already live won't get the php8 upgrade option anytime soon, that's just how production app lifetime is.
The text was updated successfully, but these errors were encountered: