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.
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
.