-
Notifications
You must be signed in to change notification settings - Fork 58
v8 composer problem #62
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
Comments
Hi, i created a Pull Request for change this : #66 |
I suppose the author uses their fork of that package on https://github.com/langleyfoxall/laravel-password-exposed-validation-rule. I don't think that is a green flag for security package like this. |
Ok, Otherwise, we always get an error that the package does not exist! |
Warning I don't think this is good idea, but it should work. What you potentially could do, is adding this to your "repositories": [
{
"type": "vcs",
"url": "https://github.com/langleyfoxall/laravel-password-exposed-validation-rule"
}
], With this change you instruct composer to prefer the package from their repository instead of the official package. If you add this to composer require langleyfoxall/laravel-nist-password-rules |
I can not install v8 because of this compose problem:
Maybe in composer.json you need to require
langleyfoxall/laravel-password-exposed-validation-rule
instead of
divineomega/laravel-password-exposed-validation-rule
.The text was updated successfully, but these errors were encountered: