anhskohbo / no-captcha

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

Not working with Laravel 6.1 #149

Open merlin334 opened 4 years ago

merlin334 commented 4 years ago

image

Can you make it require only a minimum illuminate/support and not a maximum? Maybe it will be compatible with future versions of Laravel without updating. Just a thought.

Thank you.

DarrenChowles commented 4 years ago

Same issue here, an small update to allow it to install with 6.1 would be great.

richan-fongdasen commented 4 years ago

Actually, the solution is already in the master branch. We just need to wait for a little until the author tagged a new release.

And you can consider installing the package from the master branch while waiting for the new release.

$ composer require "anhskohbo/no-captcha:dev-master"
$ composer update
chescos commented 4 years ago

@anhskohbo Hey there! Could you tag a new release to resolve this issue? It would be awesome if we could all use your package with L6.1, L6.2, and so on.

DarrenChowles commented 4 years ago

Seems good now, I just installed ^3.1 on Laravel 6.4.1.