anhskohbo / no-captcha

No CAPTCHA reCAPTCHA For Laravel.
https://packagist.org/packages/anhskohbo/no-captcha
MIT License
1.76k stars 235 forks source link

Add type hints to the functions #187

Open wkasunsampath opened 1 year ago

wkasunsampath commented 1 year ago

This PR is to add type hints to the functions following the Laravel 10 trends.

With this PR, minimum PHP version requirement will be PHP 8. Therefore, Laravel versions before Laravel 8 will lose support.