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

Bump dependency version number #14

Closed DivineOmega closed 5 years ago

DivineOmega commented 5 years ago

This PR simply bumps the laravel-password-exposed-validation-rule dependency version constraint to the latest version.

As a result of this, it also removes HHVM support. This will therefore require a new major release.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 64


Totals Coverage Status
Change from base Build 61: 0.0%
Covered Lines: 54
Relevant Lines: 54

💛 - Coveralls
dextermb commented 5 years ago

🤔 💭

DivineOmega commented 5 years ago

Fixed the (unrelated) drop in test coverage, by adding a new test to ensure short usernames are excluded from context specific word checks.