Hi @johnsonwong666, It's not. The requirement is PHP 8.1
However, I think the only functions that require php8+ in the library are str_starts_with, str_contains, and str_ends_with, so it should be easy for you to make it compatible with some polyfill.
Hi @johnsonwong666, It's not. The requirement is PHP 8.1
However, I think the only functions that require php8+ in the library are str_starts_with, str_contains, and str_ends_with, so it should be easy for you to make it compatible with some polyfill.