langleyfoxall / laravel-nist-password-rules

🔒 Laravel validation rules that follow the password related recommendations found in NIST Special Publication 800-63B section 5.
GNU Lesser General Public License v3.0
208 stars 49 forks source link

v8 composer problem #62

Open kw-pr opened 2 weeks ago

kw-pr commented 2 weeks ago

I can not install v8 because of this compose problem:

  Problem 1
    - Root composer.json requires langleyfoxall/laravel-nist-password-rules ^8.0 -> satisfiable by langleyfoxall/laravel-nist-password-rules[v8.0.0].
    - langleyfoxall/laravel-nist-password-rules v8.0.0 requires divineomega/laravel-password-exposed-validation-rule ^4.0 -> found divineomega/laravel-password-exposed-validation-rule[dev-master, v1.0.0, ..., v1.2.3, v2.0.0, ..., v2.5.0] but it does not match the constraint.

Maybe in composer.json you need to require

langleyfoxall/laravel-password-exposed-validation-rule

instead of

divineomega/laravel-password-exposed-validation-rule.