anhskohbo / no-captcha

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

Captcha not working after last update #88

Closed almamund closed 7 years ago

almamund commented 7 years ago

Hello, Captcha has been working for me. But when I updated few mins ago. captcha is gone.

Only this line in source code <div class="g-recaptcha" data-sitekey="xxxxx"></div>

Btw, I'm using it with Laravel 5.5

Regards

anhskohbo commented 7 years ago

Seem you require dev-master in composer.json. Please change to stable version ^2.4

almamund commented 7 years ago

thank you