-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with Laravel 6.1 #149
Comments
Same issue here, an small update to allow it to install with 6.1 would be great. |
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 |
@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. |
Seems good now, I just installed ^3.1 on Laravel 6.4.1. |
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.
The text was updated successfully, but these errors were encountered: